123456789101112131415161718 |
- # -*- encoding: utf-8 -*-
- {
- 'name': 'Extra field invoice',
- 'version': '0.1',
- 'category': 'Product',
- 'description': """
- Fecha de envio en facturas
- ==========================
- """,
- 'author': 'Eiru',
- 'website': 'http://www.eiru.com.py',
- 'depends': ['base','account'],
- 'data': [
- 'account_invoice_view.xml',
- ],
- 'installable': True,
- }
|