mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
16 lines
455 B
Python
16 lines
455 B
Python
# Copyright 2024 ForgeFlow S.L. (https://www.forgeflow.com)
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Repair Stock",
|
|
"version": "14.0.1.0.0",
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
|
"category": "Repair",
|
|
"website": "https://github.com/OCA/manufacture",
|
|
"depends": ["repair_stock_move"],
|
|
"data": [
|
|
"views/repair_order_view.xml",
|
|
],
|
|
"license": "AGPL-3",
|
|
}
|