mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 05:32:02 +02:00
20 lines
638 B
Python
20 lines
638 B
Python
# Copyright 2019 ForgeFlow S.L.
|
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
|
|
|
{
|
|
"name": "Base Maintenance",
|
|
"version": "16.0.1.0.2",
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
|
"development_status": "Beta",
|
|
"website": "https://github.com/OCA/maintenance",
|
|
"category": "Maintenance",
|
|
"license": "LGPL-3",
|
|
"depends": ["maintenance"],
|
|
"data": [
|
|
"views/maintenance_team_views.xml",
|
|
"views/maintenance_request_views.xml",
|
|
"views/maintenance_equipment_views.xml",
|
|
"views/report_maintenance_request.xml",
|
|
],
|
|
"installable": True,
|
|
}
|