# -*- encoding: utf-8 -*- { 'name': 'Factura Venta J.E Machuca', 'version': '0.1', 'category': 'account', 'description': """ Factura Venta Legal =================== Factura legal para J.E Machuca """, 'author': 'Eiru', 'website': 'http://www.eiru.com.py', 'depends': ['base','account'], 'data': [ 'report/report_view.xml', 'view/account_invoice_view.xml', 'templates.xml', # 'view/res_currency_view.xml', ], 'installable': True, }