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.

18 lines
431 B

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