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.

24 lines
657 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2017 Creu Blanca
  3. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  4. {
  5. "name": "Report QWeb Parameter",
  6. "version": "12.0.1.0.0",
  7. "license": "AGPL-3",
  8. "summary": """
  9. Add new parameters for qweb templates in order to reduce field length
  10. and check minimal length
  11. """,
  12. "author": "Creu Blanca,"
  13. "Odoo Community Association (OCA)",
  14. "website": "https://github.com/oca/reporting-engine",
  15. "category": "Technical Settings",
  16. "depends": [
  17. "web",
  18. ],
  19. "demo": [
  20. "demo/test_report_field_length.xml"
  21. ],
  22. "installable": True,
  23. }