oca-technical/odoo-bringout-oca-maintenance-maintenance_remote/maintenance_remote/__manifest__.py
2025-08-29 15:43:03 +02:00

14 lines
463 B
Python

# Copyright 2019 Creu Blanca
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Maintenance Remote",
"summary": """
Define remote on maintenance request""",
"version": "16.0.1.0.0",
"license": "AGPL-3",
"author": "Creu Blanca,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/maintenance",
"depends": ["maintenance", "base_remote"],
"data": ["views/maintenance_request.xml"],
}