__openerp__.py 321 B

12345678910111213
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': 'Eiru Invoice Status Change',
  4. 'version': '1.0',
  5. 'author': 'Adrielso Kunert',
  6. 'category': 'Account',
  7. 'depends': ['account', 'base'],
  8. 'data': [
  9. 'views/templates.xml',
  10. ],
  11. 'installable': True,
  12. 'auto_install': False,
  13. }