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
713 B

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