forked from OCA/l10n-spain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
30 lines (29 loc) · 942 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
# Copyright AvanzOSC - Ainara Galdona
# Copyright 2016 - Tecnativa - Antonio Espinosa
# Copyright 2016-2019 - Tecnativa - Pedro M. Baeza
# Copyright 2018 Valentin Vinagre <valentin.vinagre@qubiq.es>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'AEAT modelo 296',
'version': '12.0.2.2.0',
'category': "Localisation/Accounting",
'author': "Tecnativa,"
"AvanzOSC,"
"Qubiq,"
"Odoo Community Association (OCA)",
'website': "https://github.com/OCA/l10n-spain",
'license': 'AGPL-3',
'depends': [
'l10n_es_aeat',
'l10n_es_aeat_mod216',
],
'data': [
'security/ir.model.access.csv',
'data/tax_code_map_mod296_data.xml',
'data/aeat_export_mod296_line_data.xml',
'data/aeat_export_mod296_data.xml',
'views/mod296_views.xml',
'security/ir_rule.xml'
],
'installable': True,
}