mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
23 lines
725 B
Python
23 lines
725 B
Python
# Copyright 2022 ForgeFlow S.L. (https://forgeflow.com)
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Repair To Sale Order",
|
|
"version": "14.0.1.0.2",
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/manufacture",
|
|
"summary": "Repair To Sale Order",
|
|
"category": "Repair",
|
|
"depends": ["repair", "repair_type", "sale", "sales_team"],
|
|
"data": [
|
|
"views/repair_order_view.xml",
|
|
"views/sale_order_view.xml",
|
|
"views/repair_type_view.xml",
|
|
],
|
|
"installable": True,
|
|
"development_status": "Alpha",
|
|
"license": "AGPL-3",
|
|
"maintainers": ["ChrisOForgeFlow"],
|
|
"application": False,
|
|
}
|