Files
manufacture/mrp_2_steps_consumed_qty_sync/__manifest__.py
2024-09-19 18:26:53 +02:00

22 lines
661 B
Python

# Copyright 2024 Tecnativa - Sergio Teruel
# Copyright 2024 Tecnativa - Carlos Dauden
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
{
"name": "MRP 2 steps consumed qty sync",
"summary": "Update consumed quantities when in 2 steps production scope "
"the picking is validated",
"version": "15.0.0.1.0",
"development_status": "Beta",
"license": "AGPL-3",
"author": "Tecnativa, Odoo Community Association (OCA)",
"maintainers": [
"sergio-teruel",
],
"website": "https://github.com/OCA/manufacture",
"category": "Manufacturing",
"depends": [
"mrp",
],
"installable": True,
}