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.

30 lines
903 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': '10.0.1.0.0',
  9. 'license': 'AGPL-3',
  10. 'category': 'Reporting',
  11. 'author': 'GRAP,Odoo Community Association (OCA)',
  12. 'website': 'https://github.com/OCA/reporting-engine',
  13. 'depends': [
  14. 'base',
  15. 'sql_request_abstract',
  16. ],
  17. 'data': [
  18. 'security/ir.model.access.csv',
  19. 'views/view_bi_sql_view.xml',
  20. 'views/action.xml',
  21. 'views/menu.xml',
  22. ],
  23. 'demo': [
  24. 'demo/res_groups_demo.xml',
  25. 'demo/bi_sql_view_demo.xml',
  26. ],
  27. 'installable': True,
  28. 'uninstall_hook': 'uninstall_hook'
  29. }