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.

28 lines
815 B

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