forked from dansanti/l10n_cl_dte_point_of_sale
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__openerp__.py
63 lines (63 loc) · 1.62 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
# -*- coding: utf-8 -*-
{
"name": """Chile - Web Services de Documentos Tributarios Electrónicos Para Punto de Ventas\
""",
'version': '9.0.4.0.0',
'category': 'Localization/Chile',
'sequence': 12,
'author': 'Daniel Santibáñez Polanco',
'website': 'https://globalresponse.cl',
'license': 'AGPL-3',
'summary': '',
'description': """
Chile: API and GUI to access Electronic Invoicing webservices for Point of Sale.
""",
'depends': [
'l10n_cl_counties',
'l10n_cl_invoice',
'l10n_cl_dte_caf',
'l10n_cl_dte',
'user_signature_key',
'account',
'point_of_sale',
'report',
'l10n_cl_libro_compra_venta',
],
'external_dependencies': {
'python': [
'xmltodict',
'dicttoxml',
'elaphe',
'M2Crypto',
'base64',
'hashlib',
'cchardet',
'suds',
'urllib3',
'SOAPpy',
'signxml',
'ast'
]
},
'data': [
'wizard/notas.xml',
'views/pos_dte.xml',
'views/pos_config.xml',
'views/pos_session.xml',
'views/point_of_sale.xml',
'views/bo_receipt.xml',
'views/website_layout.xml',
'wizard/masive_send_dte.xml',
# 'data/sequence.xml',
# 'data/cron.xml',
'security/ir.model.access.csv',
],
'qweb': [
'static/src/xml/layout.xml',
'static/src/xml/client.xml',
'static/src/xml/payment.xml',
],
'installable': True,
'auto_install': False,
'application': False,
}