mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
17 lines
544 B
Python
17 lines
544 B
Python
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Stock MTS+MTO Rule",
|
|
"summary": "Add a MTS+MTO route",
|
|
"version": "14.0.1.2.0",
|
|
"development_status": "Mature",
|
|
"category": "Warehouse",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"author": "Akretion,Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"application": False,
|
|
"installable": True,
|
|
"depends": ["stock"],
|
|
"data": ["data/stock_data.xml", "view/pull_rule.xml", "view/warehouse.xml"],
|
|
}
|