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.

16 lines
553 B

  1. # -*- coding: utf-8 -*-
  2. # © 2016 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'Qweb Text Reports',
  6. 'version': '10.0.1.0.0',
  7. 'category': 'Reporting',
  8. 'license': 'AGPL-3',
  9. 'summary': 'Use Qweb to generate text and CSV reports',
  10. 'author': 'Akretion,Odoo Community Association (OCA)',
  11. 'website': 'http://www.akretion.com',
  12. 'depends': ['report'],
  13. 'demo': ['demo/report.xml', 'demo/res_users_report.xml'],
  14. 'installable': True,
  15. }