Files
stock-logistics-warehouse/stock_available_mrp/__manifest__.py
2023-11-13 08:17:34 +00:00

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,
}