__openerp__.py 287 B

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