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
879 B

  1. # Copyright (C) 2017 - Today: GRAP (http://www.grap.coop)
  2. # @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': 'BI SQL Editor',
  6. 'summary': 'BI Views builder, based on Materialized or Normal SQL Views',
  7. 'version': '12.0.1.2.1',
  8. 'license': 'AGPL-3',
  9. 'category': 'Reporting',
  10. 'author': 'GRAP,Odoo Community Association (OCA)',
  11. 'website': 'https://github.com/OCA/reporting-engine',
  12. 'depends': [
  13. 'base',
  14. 'sql_request_abstract',
  15. ],
  16. 'data': [
  17. 'security/ir.model.access.csv',
  18. 'views/view_bi_sql_view.xml',
  19. 'views/action.xml',
  20. 'views/menu.xml',
  21. ],
  22. 'demo': [
  23. 'demo/res_groups_demo.xml',
  24. 'demo/bi_sql_view_demo.xml',
  25. ],
  26. 'installable': True,
  27. 'uninstall_hook': 'uninstall_hook'
  28. }