forked from OCA/l10n-spain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
32 lines (31 loc) · 927 Bytes
/
__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
27
28
29
30
31
32
# Copyright 2015 AvanzOSC - Ainara Galdona
# Copyright 2016 Tecnativa - Antonio Espinosa
# Copyright 2015-2019 Tecnativa - Pedro M. Baeza
# Copyright 2024 Trey - Roberto Lizana
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'AEAT modelo 216',
'version': '12.0.2.5.0',
'category': "Localisation/Accounting",
'author': "AvanzOSC,"
"Tecnativa,"
"Odoo Community Association (OCA)",
'website': "https://github.com/OCA/l10n-spain",
'license': 'AGPL-3',
'depends': [
'l10n_es_aeat',
'l10n_es_irnr',
],
'data': [
'security/ir.model.access.csv',
'security/ir_rule.xml',
'data/tax_code_map_mod216_data.xml',
'data/aeat_export_mod216_data.xml',
'views/mod216_view.xml',
],
'maintainers': [
'pedrobaeza',
],
'development_status': 'Mature',
'installable': True,
}