forked from OCA/l10n-spain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
24 lines (23 loc) · 872 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
# 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": "15.0.1.0.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,
}