forked from OCA/l10n-spain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
55 lines (54 loc) · 1.62 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
44
45
46
47
48
49
50
51
52
53
54
55
# © 2009 Alejandro Sanchez <[email protected]>
# © 2015 Ismael Calvo <[email protected]>
# © 2015 Tecon
# © 2015 Omar Castiñeira (Comunitea)
# Copyright 2016-2020 Tecnativa - Pedro M. Baeza
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Creación de Factura-e",
"version": "12.0.3.2.0",
"author": "ASR-OSS, "
"FactorLibre, "
"Tecon, "
"Comunitea, "
"Tecnativa, "
"Creu Blanca, "
"Odoo Community Association (OCA)",
"category": "Accounting & Finance",
"website": "https://github.com/OCA/l10n-spain",
"license": "AGPL-3",
"depends": [
"account_payment_partner",
"l10n_es_partner",
"l10n_es",
"base_iso3166",
"base_vat",
"report_xml",
"report_qweb_parameter",
],
"data": [
"data/log_counter.xml",
"data/account_tax_template.xml",
"security/ir.model.access.csv",
"views/res_partner_view.xml",
"views/res_company.xml",
"views/payment_mode_view.xml",
"views/account_tax_view.xml",
"views/report_facturae.xml",
"wizard/create_facturae_view.xml",
"wizard/account_invoice_refund_view.xml",
"wizard/account_invoice_integration_cancel_view.xml",
"views/account_invoice_integration_view.xml",
"views/account_invoice_view.xml"
],
"external_dependencies": {
"python": [
"OpenSSL",
"xmlsig"
],
},
"demo": [
"demo/integration_method.xml"
],
"installable": True,
}