mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
Initial commit of stock_picklist for 11.0
This commit is contained in:
committed by
Bhoomi Vaishnani
parent
8fa92cd1bd
commit
26c652f2ad
24
stock_picklist/__manifest__.py
Normal file
24
stock_picklist/__manifest__.py
Normal 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,
|
||||
}
|
||||
Reference in New Issue
Block a user