Files
manufacture/mrp_production_auto_validate/__manifest__.py
2023-09-13 13:46:01 +02:00

20 lines
631 B
Python

# Copyright 2022 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
{
"name": "Manufacturing Order Auto-Validate",
"summary": "Manufacturing Order Auto-Validation when components are picked",
"version": "14.0.1.0.0",
"license": "AGPL-3",
"website": "https://github.com/OCA/manufacture",
"author": "Camptocamp, Odoo Community Association (OCA)",
"category": "Manufacturing",
"depends": ["mrp"],
"data": [
"views/mrp_bom.xml",
"views/mrp_production.xml",
],
"installable": True,
"development_status": "Beta",
"maintainers": ["sebalix"],
}