mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
23 lines
724 B
Python
23 lines
724 B
Python
# Copyright 2012-2016 Camptocamp SA
|
|
# Copyright 2019 Tecnativa
|
|
# 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": "14.0.1.0.1",
|
|
"author": "Camptocamp, " "Tecnativa, " "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,
|
|
}
|