__openerp__.py 316 B

123456789101112
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': 'Invoice Credits',
  4. 'version': '8.0.0.1',
  5. 'category': 'Invoice',
  6. 'author': 'Eiru Software / Adrielso Kunert - Rodney Enciso Arias',
  7. 'data': ['views/account_invoice_view.xml'],
  8. 'depends': ['base','account'],
  9. 'installable':True,
  10. 'auto_install':False
  11. }