-
-
Notifications
You must be signed in to change notification settings - Fork 519
/
__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
# © 2017 Creu Blanca
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Envío de Facturae a FACe",
"version": "17.0.1.0.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_account_oca",
"edi_exchange_template_oca",
],
"data": [
"security/ir.model.access.csv",
"data/edi.xml",
"data/face_data.xml",
"data/cron_data.xml",
"wizards/edi_l10n_es_facturae_face_cancel.xml",
"views/account_move.xml",
"views/res_company_view.xml",
"views/res_partner.xml",
"views/edi_exchange_record.xml",
],
"external_dependencies": {"python": ["zeep", "cryptography==3.4.8"]},
"installable": True,
"maintainers": ["etobella"],
}