mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
22 lines
680 B
Python
22 lines
680 B
Python
# Copyright 2012-2016 Camptocamp SA
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
'name': 'Order point generator',
|
|
'summary': 'Mass configuration of stock order points',
|
|
'version': '11.0.1.0.0',
|
|
'author': "Camptocamp, Odoo Community Association (OCA)",
|
|
'category': 'Warehouse',
|
|
'license': 'AGPL-3',
|
|
'website': "https://github.com/OCA/stock-logistics-warehouse",
|
|
'depends': ['stock'],
|
|
'data': [
|
|
'views/orderpoint_template_views.xml',
|
|
"wizard/orderpoint_generator_view.xml",
|
|
"data/ir_cron.xml",
|
|
"security/ir.model.access.csv",
|
|
],
|
|
'installable': True,
|
|
'auto_install': False,
|
|
}
|