Files
manufacture/mrp_subcontracting_no_negative/__manifest__.py
2022-10-19 19:20:22 +02:00

22 lines
665 B
Python

# Copyright 2022 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
{
"name": "MRP Subcontracting (no negative components)",
"version": "15.0.0.1.0",
"development_status": "Alpha",
"license": "AGPL-3",
"author": "Camptocamp, Odoo Community Association (OCA)",
"maintainers": ["sebalix"],
"summary": "Disallow negative stock levels in subcontractor locations.",
"website": "https://github.com/OCA/manufacture",
"category": "Manufacturing",
"depends": [
# core
"mrp_subcontracting",
],
"data": [],
"installable": True,
"auto_install": True,
"application": False,
}