Files
manufacture/mrp_subcontracting_inhibit/__manifest__.py

19 lines
638 B
Python

# Copyright 2022 Tecnativa - Víctor Martínez
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Inhibit subcontracting flow on demand",
"version": "14.0.1.0.0",
"category": "Manufacturing",
"website": "https://github.com/OCA/manufacture",
"author": "Tecnativa, Odoo Community Association (OCA)",
"license": "AGPL-3",
"depends": ["mrp_subcontracting", "purchase"],
"installable": True,
"data": [
"views/product_supplierinfo_view.xml",
"views/stock_location_route_view.xml",
"views/purchase_order_view.xml",
],
"maintainers": ["victoralmau"],
}