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.

27 lines
823 B

  1. # Copyright 2019 Ecosoft Co., Ltd (http://ecosoft.co.th/)
  2. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html)
  3. {
  4. 'name': 'Report Async',
  5. 'summary': 'Central place to run reports live or async',
  6. 'version': '12.0.1.0.1',
  7. 'author': 'Ecosoft, Odoo Community Association (OCA)',
  8. 'license': 'AGPL-3',
  9. 'website': 'https://github.com/OCA/reporting-engine',
  10. 'category': 'Generic Modules',
  11. 'depends': [
  12. 'queue_job',
  13. ],
  14. 'data': [
  15. 'security/ir.model.access.csv',
  16. 'security/ir_rule.xml',
  17. 'data/mail_template.xml',
  18. 'views/report_async.xml',
  19. 'wizard/print_report_wizard.xml',
  20. ],
  21. 'demo': [
  22. 'demo/report_async_demo.xml',
  23. ],
  24. 'installable': True,
  25. 'maintainers': ['kittiu'],
  26. 'development_status': 'Beta',
  27. }