Files
manufacture/mrp_subcontracting_inhibit/__manifest__.py
Víctor Martínez 10d9afca0f [ADD] mrp_subcontracting_inhibit: New module
TT38580 TT38581
2022-08-30 09:57:32 +02:00

18 lines
597 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",
],
"maintainers": ["victoralmau"],
}