mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
20 lines
587 B
Python
20 lines
587 B
Python
# Copyright 2018 Tecnativa - David Vidal
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
'name': 'Stock Picking Procure Method',
|
|
'summary': 'Allows to force the procurement method from the picking',
|
|
'version': '11.0.1.0.0',
|
|
'category': 'Warehouse',
|
|
'author': 'Tecnativa,'
|
|
'Odoo Community Association (OCA)',
|
|
'website': 'https://github.com/OCA/stock-logistics-warehouse',
|
|
'license': 'AGPL-3',
|
|
'depends': [
|
|
'stock',
|
|
],
|
|
'data': [
|
|
'views/stock_picking_views.xml',
|
|
],
|
|
'installable': True,
|
|
}
|