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.

20 lines
520 B

  1. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  2. {
  3. 'name': 'BI SQL Editor Aggregate',
  4. 'summary': 'BI SQL Editor Aggregation',
  5. 'version': '12.0.1.1.0',
  6. 'license': 'AGPL-3',
  7. 'category': 'Reporting',
  8. 'author': 'Richard deMeester,Odoo Community Association (OCA)',
  9. 'website': 'https://github.com/OCA/reporting-engine',
  10. 'depends': [
  11. 'bi_sql_editor',
  12. ],
  13. 'data': [
  14. 'views/view_bi_sql_view.xml',
  15. ],
  16. 'demo': [
  17. ],
  18. 'installable': True,
  19. }