Files
odoo-usability/stock_picking_zip/__openerp__.py
2016-09-21 12:48:25 +02:00

27 lines
551 B
Python

# 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',
}