1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- 'name': 'Factura Venta Común Bioelectric',
- 'version': '0.1',
- 'category': 'Account',
- 'description': """
- Factura Venta Común Bioelectric
- Formato para imprimir la Factura Venta Comun Bioelectric
- """,
- 'author': 'Eiru/Sebastian Penayo',
- 'website': 'http://www.eiru.com.py',
- 'depends': ['base','account'],
- 'data': [
- 'factura_comun_bioelectric.xml',
- 'factura_venta_bioelectric.xml'
- ],
- 'installable': True,
- }
|