-
-
Notifications
You must be signed in to change notification settings - Fork 521
/
__manifest__.py
43 lines (42 loc) · 1.54 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Copyright 2004-2011 Pexego Sistemas Informáticos. (http://pexego.es)
# Copyright 2012 NaN·Tic (http://www.nan-tic.com)
# Copyright 2013 Acysos (http://www.acysos.com)
# Copyright 2013 Joaquín Pedrosa Gutierrez (http://gutierrezweb.es)
# Copyright 2016 Tecnativa - Antonio Espinosa
# Copyright 2016 Tecnativa - Angel Moya <[email protected]>
# Copyright 2018 PESOL - Angel Moya <[email protected]>
# Copyright 2014-2022 Tecnativa - Pedro M. Baeza
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "AEAT modelo 347",
"version": "17.0.1.0.1",
"author": "Tecnativa,PESOL,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-spain",
"category": "Accounting",
"license": "AGPL-3",
"depends": [
"account_tax_balance",
"base_vat",
"l10n_es",
"l10n_es_aeat",
"portal",
],
"data": [
"data/l10n.es.aeat.map.tax.line.tax.csv",
"data/aeat_export_mod347_partner_data.xml",
"data/aeat_export_mod347_real_state_data.xml",
"data/aeat_export_mod347_data.xml",
"data/l10n.es.aeat.map.tax.csv",
"data/l10n.es.aeat.map.tax.line.csv",
"security/ir.model.access.csv",
"security/mod_347_security.xml",
"views/account_move_view.xml",
"views/res_partner_view.xml",
"views/mod347_view.xml",
"views/report_347_partner.xml",
"views/mod347_templates.xml",
"data/mail_template_data.xml",
],
"installable": True,
"images": ["images/l10n_es_aeat_mod347.png"],
}