Files
stock-logistics-warehouse/stock_available_mrp/__manifest__.py
2021-06-07 06:28:10 +00:00

14 lines
511 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.1",
"author": "Numérigraphe," "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Hidden",
"depends": ["stock_available", "mrp"],
"demo": ["demo/mrp_data.xml"],
"license": "AGPL-3",
"installable": True,
}