Files
manufacture/mrp_subcontracting_skip_no_negative/__manifest__.py
2024-11-04 09:17:43 +00:00

14 lines
471 B
Python

# Copyright 2023 Quartile Limited
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
{
"name": "MRP Subcontracting Skip No Negative",
"version": "14.0.1.0.1",
"license": "AGPL-3",
"author": "Quartile Limited, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/manufacture",
"category": "Manufacturing",
"depends": ["mrp_subcontracting", "stock_no_negative"],
"installable": True,
"auto_install": True,
}