# coding: utf-8 # © 2016 David BEAL # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { 'name': 'Stock Picking Zip', 'summary': "Allow to group picking list by zip code", 'version': '8.0.0.0.1', 'category': 'stock', 'author': 'Akretion', 'description': """ Allow to group picking list by zip code Author: David BEAL """, 'depends': [ 'stock', ], 'website': 'http://www.akretion.com/', 'data': [ 'stock_view.xml', ], 'installable': True, 'license': 'AGPL-3', }