-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path__manifest__.py
executable file
·35 lines (35 loc) · 1.06 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
# -*- coding: utf-8 -*-
{ 'active': True,
'author': u'Daniel Santibáñez Polanco, Cooperativa OdooCoop',
'website': 'http://globalresponse.cl',
'category': 'Stock/picking',
'demo_xml': [],
'depends': [
'stock',
'fleet',
'delivery',
'sale_stock',
'l10n_cl_fe',
],
'description': u'''
\n\nMódulo de Guías de Despacho de la localización Chilena.\n\n\nIncluye:\n
- Configuración de libros, diarios (journals) y otros detalles para Guías de despacho en Chile.\n
- Asistente para configurar los talonarios de facturas, boletas, guías de despacho, etc.
''',
'init_xml': [],
'installable': True,
'license': 'AGPL-3',
'name': u'Guías de Despacho Electrónica para Chile',
'test': [],
'data': [
'security/ir.model.access.csv',
'views/dte.xml',
'views/stock_picking.xml',
'views/layout.xml',
'views/libro_guias.xml',
"views/account_invoice.xml",
'wizard/masive_send_dte.xml',
],
'version': '0.8.2',
'application': True,
}