OCA reporting engine fork for dev and update.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
871 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2015-2017 Onestein (<http://www.onestein.eu>)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': 'BI View Editor',
  6. 'summary': 'Graphical BI views builder for Odoo',
  7. 'images': ['static/description/main_screenshot.png'],
  8. 'author': 'Onestein,Odoo Community Association (OCA)',
  9. 'license': 'AGPL-3',
  10. 'website': 'http://www.onestein.eu',
  11. 'category': 'Reporting',
  12. 'version': '9.0.1.0.0',
  13. 'depends': [
  14. 'base',
  15. 'web'
  16. ],
  17. 'data': [
  18. 'security/ir.model.access.csv',
  19. 'security/rules.xml',
  20. 'templates/assets_template.xml',
  21. 'views/bve_view.xml',
  22. ],
  23. 'qweb': [
  24. 'templates/qweb_template.xml',
  25. ],
  26. 'js': [
  27. 'static/src/js/bve.js'
  28. ],
  29. 'installable': False,
  30. 'uninstall_hook': 'uninstall_hook'
  31. }