Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
20
base_maintenance/__manifest__.py
Normal file
20
base_maintenance/__manifest__.py
Normal file
@@ -0,0 +1,20 @@
|
||||
# Copyright 2019 ForgeFlow S.L.
|
||||
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
||||
|
||||
{
|
||||
"name": "Base Maintenance",
|
||||
"version": "18.0.1.0.0",
|
||||
"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,
|
||||
}
|
||||
Reference in New Issue
Block a user