mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
22 lines
661 B
Python
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,
|
|
}
|