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

  1. # -*- coding: utf-8 -*-
  2. # Copyright (C) 2017 - Today: GRAP (http://www.grap.coop)
  3. # @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. 'name': 'BI SQL Editor',
  7. 'summary': "BI Views builder, based on Materialized or Normal SQL Views",
  8. 'version': '8.0.1.0.0',
  9. 'license': 'AGPL-3',
  10. 'category': 'Reporting',
  11. 'author': 'GRAP,Odoo Community Association (OCA)',
  12. 'website': 'https://www.odoo-community.org',
  13. 'depends': [
  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.xml',
  24. 'demo/bi_sql_view.xml',
  25. ],
  26. 'installable': True,
  27. }