-
-
Notifications
You must be signed in to change notification settings - Fork 531
/
Copy path__manifest__.py
26 lines (25 loc) · 1.03 KB
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 2004-2011 Pexego Sistemas Informáticos.
# Copyright 2014 Arturo Esparragón Goncalves (https://sdatos.com).
# Copyright 2016-2018 Rodrigo Colombo Vlaeminch (https://sdatos.com).
# Copyright 2019-2023 Comunitea Servicios Tecnológicos (https://comunitea.com).
# Copyright 2019 Héctor J. Ravelo (http://sdatos.com)
# Copyright 2024 Moisés Fargnoli (https://www.linkedin.com/in/moisesfargnoli/)
# Copyright 2024 Binhex - Christian Ramos (http://binhex.es)
# License AGPL-3 - See See https://www.gnu.org/licenses/agpl-3.0.html
{
"name": "IGIC (Impuesto General Indirecto Canario)",
"version": "17.0.2.1.0",
"countries": ["es"],
"author": "David Diz Martínez,"
"Atlantux Consultores - Enrique Zanardi,"
"Sistemas de Datos,"
"Comunitea,"
"Moisés Fargnoli,"
"Odoo Community Association (OCA)",
"category": "Accounting/Localizations/Account Charts",
"website": "https://github.com/OCA/l10n-spain",
"depends": ["l10n_es"],
"license": "AGPL-3",
"installable": True,
"auto_install": False,
}