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

12 lines
397 B
Python

# Copyright 2024 Quartile
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Mrp MTO Owner",
"version": "16.0.1.0.0",
"author": "Quartile, Odoo Community Association (OCA)",
"category": "Manufacturing",
"website": "https://github.com/OCA/manufacture",
"depends": ["mrp_stock_owner_restriction"],
"license": "AGPL-3",
"installable": True,
}