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.

29 lines
866 B

  1. # Copyright 2015-2019 Onestein (<https://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': '12.0.1.1.0',
  12. 'development_status': 'Beta',
  13. 'depends': [
  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. 'post_load': 'post_load',
  26. 'uninstall_hook': 'uninstall_hook',
  27. 'installable': True,
  28. }