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.

21 lines
513 B

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. # -*- coding: utf-8 -*-
  2. # Copyright 2019 Creu Blanca
  3. # Copyright 2019 Tecnativa
  4. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  5. {
  6. 'name': 'Web QR Manager',
  7. 'version': '10.0.1.0.0',
  8. 'author': 'Creu Blanca, '
  9. 'Tecnativa, '
  10. 'Odoo Community Association (OCA)',
  11. 'category': 'Sales',
  12. 'website': 'https://github.com/OCA/reporting-engine',
  13. 'license': 'AGPL-3',
  14. 'depends': [
  15. 'report',
  16. ],
  17. 'data': [
  18. ],
  19. 'installable': True,
  20. }