Files
manufacture/mrp_restrict_lot/__manifest__.py
Florian da Costa acca32c003 Add mrp_restrict_lot
2021-02-25 13:08:11 +01:00

18 lines
473 B
Python

# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "MRP Restrict Lot",
"version": "14.0.1.0.0",
"category": "Manufacturing",
"author": "Akretion,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/manufacture",
"license": "AGPL-3",
"maintainers": ["florian-dacosta"],
"development_status": "Beta",
"depends": [
"stock_restrict_lot",
"mrp",
],
"installable": True,
}