Files
suite/stock_picklist/__manifest__.py
2018-05-09 09:39:57 -07:00

25 lines
585 B
Python

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