mirror of
https://github.com/bringout/oca-mrp.git
synced 2026-04-26 05:32:02 +02:00
12 lines
397 B
Python
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,
|
|
}
|