123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- 'name': 'Factura Venta Legal bioelectric',
- 'version': '0.1',
- 'category': 'Product',
- 'description': """
- Factura Venta Legal bioelectric
- ==========================
- Formato para imprimir la factura legal de bioelectric
- """,
- 'author': 'Eiru/Sebastian Penayo',
- 'website': 'http://www.eiru.com',
- 'depends': ['base','account','set_paraguay'],
- 'data': [
- 'factura_venta_bioelectric.xml',
- 'nota_credito_bioelectric.xml',
- 'factura_legal_bioelectric.xml',
- 'views/account_invoice_view.xml',
- 'account_invoice_view.xml',
- 'res_currency_view.xml'
- ],
- 'installable': True,
- }
|