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.

24 lines
810 B

4 years ago
4 years ago
4 years ago
4 years ago
  1. # Copyright 2015-2020 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": "Productivity",
  11. "version": "14.0.1.0.0",
  12. "development_status": "Beta",
  13. "depends": ["web"],
  14. "data": [
  15. "security/ir.model.access.csv",
  16. "security/rules.xml",
  17. "templates/assets_template.xml",
  18. "views/bve_view.xml",
  19. ],
  20. "qweb": ["static/src/xml/bi_view_editor.xml"],
  21. "uninstall_hook": "uninstall_hook",
  22. "installable": True,
  23. }