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.

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