Initial commit of stock_picklist for 11.0

This commit is contained in:
Jared Kipe
2018-05-09 09:39:57 -07:00
committed by Bhoomi Vaishnani
parent 8fa92cd1bd
commit 26c652f2ad
9 changed files with 157 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
'name': 'Stock Picklist',
'version': '11.0.1.0.0',
'category': 'Tools',
'depends': [
'stock_picking_batch',
],
'description': """
Stock Picklist
==============
Adds a `Picklist` button to picking batches (waves) that provides a summary grouped by location
and product for all of the pickings in the batch.
""",
'author': 'Hibou Corp.',
'license': 'AGPL-3',
'website': 'https://hibou.io/',
'data': [
'report/stock_picklist.xml',
'views/stock_views.xml',
],
'installable': True,
'application': False,
}