mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-22 03:12:07 +02:00
21 lines
750 B
Python
21 lines
750 B
Python
# Copyright 2021 César Fernández Domínguez
|
|
# Copyright 2024 Tecnativa - Víctor Martínez
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Maintenance Equipment Usage",
|
|
"version": "16.0.1.0.0",
|
|
"category": "Maintenance",
|
|
"website": "https://github.com/OCA/maintenance",
|
|
"author": "César Fernández, Tecnativa, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"depends": ["maintenance"],
|
|
"installable": True,
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"security/security.xml",
|
|
"data/ir_sequence_data.xml",
|
|
"views/maintenance_equipment_usage_views.xml",
|
|
"views/maintenance_equipment_view.xml",
|
|
],
|
|
"maintainers": ["victoralmau"],
|
|
}
|