Add oca-maintenance submodule with 28 maintenance modules

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Ernad Husremovic 2025-08-30 17:23:31 +02:00
parent f9209b4af8
commit 5a635dd914
968 changed files with 44227 additions and 0 deletions

View 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": "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,
}