-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path__manifest__.py
31 lines (30 loc) · 1.05 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
# -*- encoding: utf-8 -*-
{
'name': 'Guatemala - Reportes y funcionalidad extra',
'version': '3.2',
'category': 'Localization',
'description': """ Reportes requeridos por la SAT y otra funcionalidad extra para llevar un contabilidad en Guatemala. """,
'author': 'aquíH',
'website': 'http://aquih.com/',
'depends': ['l10n_gt', 'account_tax_python', 'product'],
'data': [
'data/l10n_gt_extra_base.xml',
'views/account_view.xml',
'views/res_partner_view.xml',
'views/product_views.xml',
'views/report.xml',
'views/reporte_banco.xml',
'views/reporte_partida.xml',
'views/reporte_compras.xml',
'views/reporte_ventas.xml',
'views/reporte_inventario.xml',
'views/reporte_diario.xml',
'views/reporte_mayor.xml',
'views/l10n_gt_extra_view.xml',
'security/ir.model.access.csv',
],
'demo': [],
'installable': True,
'license': 'Other OSI approved licence',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: