__openerp__.py 369 B

12345678910111213141516171819
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': 'Eiru Invoice Status Change',
  4. 'version': '1.0',
  5. 'description': """
  6. Modulo para cambiar de estado las facturas.
  7. """,
  8. 'author': 'Adrielso Kunert',
  9. 'category': 'account',
  10. 'depends': ['account', 'base'],
  11. 'data': [
  12. 'views/templates.xml',
  13. ],
  14. 'installable': True,
  15. 'auto_install': False,
  16. }