mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
16 lines
569 B
Python
16 lines
569 B
Python
# Copyright 2023 ForgeFlow S.L.
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
"name": "MRP Repair Refurbish & Repair Stock Move",
|
|
"summary": "Use refurbish and repair stock moves together",
|
|
"version": "14.0.1.0.0",
|
|
"category": "Repair",
|
|
"website": "https://github.com/OCA/manufacture",
|
|
"author": "ForgeFlow S.L., Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
"auto_install": True,
|
|
"depends": ["repair_refurbish", "repair_stock_move"],
|
|
"development_status": "Alpha",
|
|
}
|