Initial commit: OCA Technical packages (595 packages)

This commit is contained in:
Ernad Husremovic 2025-08-29 15:43:03 +02:00
commit 2cc02aac6e
24950 changed files with 2318079 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,
}