__openerp__.py 378 B

123456789101112131415161718
  1. # -*- encoding: utf-8 -*-
  2. {
  3. 'name': 'Extra field invoice',
  4. 'version': '0.1',
  5. 'category': 'Product',
  6. 'description': """
  7. Fecha de envio en facturas
  8. ==========================
  9. """,
  10. 'author': 'Eiru',
  11. 'website': 'http://www.eiru.com.py',
  12. 'depends': ['base','account'],
  13. 'data': [
  14. 'account_invoice_view.xml',
  15. ],
  16. 'installable': True,
  17. }