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

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