Files
manufacture/mrp_restrict_lot/__manifest__.py
2023-11-21 07:48:29 +00: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.1",
"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,
}