__openerp__.py 499 B

12345678910111213141516171819202122
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': 'Eiru payments invoices',
  4. 'author': 'Adrielso Kunert Bueno',
  5. 'category': 'Account',
  6. 'version': '1.1.0',
  7. 'depends': [
  8. 'base',
  9. 'account',
  10. 'currency_utility',
  11. 'account_voucher_comment',
  12. 'eiru_invoiceid_voucher',
  13. ],
  14. 'data': [
  15. 'views/templates.xml',
  16. 'views/eiru_payments_invoices.xml',
  17. ],
  18. 'qweb': [
  19. 'static/src/xml/*.xml',
  20. 'static/src/xml/modal/*.xml',
  21. ],
  22. }