forked from OCA/l10n-spain
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
19 lines (18 loc) · 756 Bytes
/
Copy path__manifest__.py
File metadata and controls
19 lines (18 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2015 AvanzOSC - Ainara Galdona
# Copyright 2016 Tecnativa - Antonio Espinosa
# Copyright 2021 Tecnativa - João Marques
# Copyright 2012-2023 Tecnativa - Pedro M. Baeza
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Gestión de activos fijos para España",
"version": "17.0.1.0.0",
"depends": ["account_asset_management"],
"author": "Tecnativa, Odoo Community Association (OCA)",
"license": "AGPL-3",
"website": "https://github.com/OCA/l10n-spain",
"category": "Accounting & Finance",
"data": ["views/account_asset_profile_views.xml", "views/account_asset_views.xml"],
"installable": True,
"development_status": "Production/Stable",
"maintainers": ["pedrobaeza"],
}