Files
manufacture/mrp_repair_reuse_component/__manifest__.py
2024-01-19 19:33:55 +01:00

18 lines
556 B
Python

# Copyright 2024 Camptocamp SA
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
{
"name": "MRP Repair Reuse Component",
"summary": "Allow to reuse component in manufacturing after removal in repair",
"version": "14.0.1.0.0",
"development_status": "Beta",
"category": "Uncategorized",
"website": "https://github.com/OCA/manufacture",
"author": "Camptocamp, Odoo Community Association (OCA)",
"maintainers": ["grindtildeath"],
"license": "AGPL-3",
"depends": [
"mrp",
"repair",
],
}