oca-mrp/odoo-bringout-oca-manufacture-mrp_restrict_lot/mrp_restrict_lot/__manifest__.py
2025-08-29 15:43:05 +02:00

17 lines
473 B
Python

# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "MRP Restrict Lot",
"version": "16.0.1.0.3",
"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,
}