forked from OCA/l10n-spain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
32 lines (31 loc) · 1019 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
# © 2017 Creu Blanca
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Envío de Factura-e a FACe",
"version": "15.0.1.1.0",
"author": "Creu Blanca, " "Odoo Community Association (OCA)",
"category": "Accounting & Finance",
"website": "https://github.com/OCA/l10n-spain",
"license": "AGPL-3",
"depends": [
"l10n_es_facturae",
"edi_webservice_oca",
"edi_account_oca",
"edi_exchange_template_oca",
],
"data": [
"security/ir.model.access.csv",
"data/edi.xml",
"data/face_data.xml",
"data/edi_output.xml",
"wizards/edi_l10n_es_facturae_face_cancel.xml",
"views/account_move.xml",
"views/res_company_view.xml",
"views/res_partner.xml",
"views/res_config_views.xml",
"views/edi_exchange_record.xml",
],
"external_dependencies": {"python": ["OpenSSL", "zeep", "cryptography"]},
"installable": True,
"maintainers": ["etobella"],
}