forked from dansanti/l10n_cl_dte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__openerp__.py
executable file
·65 lines (65 loc) · 1.75 KB
/
__openerp__.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
56
57
58
59
60
61
62
63
64
65
# -*- coding: utf-8 -*-
{
"name": """Chile - Web Services de Documentos Tributarios Electrónicos\
""",
'version': '9.0.8.1.6',
'category': 'Localization/Chile',
'sequence': 12,
'author': 'Daniel Santibáñez Polanco, BMyA SA - Blanco Martín & Asociados, Odoo Chile',
'website': 'https://globalresponse.cl',
'license': 'AGPL-3',
'summary': '',
'description': """
Chile: API and GUI to access Electronic Invoicing webservices.
""",
'depends': [
'l10n_cl_counties',
'l10n_cl_invoice',
'l10n_cl_dte_caf',
'user_signature_key',
'account',
'report',
'purchase',
],
'external_dependencies': {
'python': [
'xmltodict',
'dicttoxml',
'pdf417gen',
'M2Crypto',
'base64',
'hashlib',
'cchardet',
'suds',
'urllib3',
'SOAPpy',
'signxml',
'ast',
'pysftp',
]
},
'data': [
'views/invoice_view.xml',
'views/partner_view.xml',
'views/company_view.xml',
'views/payment_t_view.xml',
'views/sii_regional_offices_view.xml',
'views/layout.xml',
'views/sii_cola_envio.xml',
'views/mail_dte.xml',
'views/res_config.xml',
'wizard/masive_send_dte.xml',
'wizard/masive_dte_process.xml',
'wizard/masive_dte_accept.xml',
'wizard/upload_xml.xml',
'wizard/validar.xml',
'data/sii.regional.offices.csv',
'data/sequence.xml',
'data/product.xml',
'data/cron.xml',
'security/ir.model.access.csv',
],
'installable': True,
'auto_install': False,
'application': False,
}