mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
20 lines
574 B
Python
20 lines
574 B
Python
# Copyright (C) 2021 ForgeFlow S.L.
|
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
|
|
|
|
{
|
|
"name": "Repair Stock Move",
|
|
"version": "14.0.1.0.2",
|
|
"development_status": "Beta",
|
|
"license": "LGPL-3",
|
|
"category": "Repair",
|
|
"summary": "Ongoing Repair Stock Moves Definition in odoo",
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/manufacture",
|
|
"depends": ["repair"],
|
|
"data": [
|
|
"views/repair_order_views.xml",
|
|
],
|
|
"installable": True,
|
|
"application": False,
|
|
}
|