mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-23 00:32:03 +02:00
17 lines
570 B
Python
17 lines
570 B
Python
# Copyright 2022 Tecnativa - Víctor Martínez
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Maintenance Account",
|
|
"version": "16.0.1.1.1",
|
|
"category": "Maintenance",
|
|
"website": "https://github.com/OCA/maintenance",
|
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"depends": ["maintenance_product", "account"],
|
|
"installable": True,
|
|
"data": [
|
|
"views/maintenance_equipment_view.xml",
|
|
"views/account_move_view.xml",
|
|
],
|
|
"maintainers": ["victoralmau"],
|
|
}
|