__openerp__.py 511 B

1234567891011121314151617181920212223
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "Eiru Reports Commission by Seller",
  4. 'author': "Eiru",
  5. 'website': "https://www.eiru.com.py",
  6. 'category': 'Uncategorized',
  7. 'version': '2.0',
  8. 'depends': [
  9. 'base',
  10. 'account',
  11. 'eiru_reports',
  12. ],
  13. 'qweb': [
  14. 'static/src/xml/*.xml',
  15. 'static/src/reports/*.xml'
  16. ],
  17. 'data': [
  18. 'views/commission_by_seller.xml',
  19. 'templates.xml',
  20. 'views/actions.xml',
  21. 'views/menus.xml',
  22. ],
  23. }