mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-19 11:52:00 +02:00
14 lines
463 B
Python
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"],
|
|
}
|