mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
15 lines
552 B
Python
15 lines
552 B
Python
# Copyright 2014 Numérigraphe SARL, Camptocamp
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
"name": "Consider the production potential is available to promise",
|
|
"version": "14.0.1.0.6",
|
|
"author": "Numérigraphe," "Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"category": "Hidden",
|
|
"depends": ["stock_available", "mrp"],
|
|
"data": ["views/mrp_bom_views.xml"],
|
|
"demo": ["demo/mrp_data.xml"],
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
}
|