[ADD] stock_picking_zip module

This commit is contained in:
David Beal
2016-09-21 12:48:25 +02:00
parent 7d39e50ba3
commit b814ec11bf
6 changed files with 158 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# 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',
}