2024-05-03 09:07:13 +00:00
|
|
|
# Copyright 2017 Creu Blanca
|
|
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "Report QWeb Parameter",
|
2024-11-08 07:15:33 +00:00
|
|
|
"version": "3.0.1.0.1",
|
2024-05-03 09:07:13 +00:00
|
|
|
"license": "AGPL-3",
|
|
|
|
"summary": """
|
|
|
|
Add new parameters for qweb templates in order to reduce field length
|
|
|
|
and check minimal length
|
|
|
|
""",
|
|
|
|
"author": "Creu Blanca, Odoo Community Association (OCA)",
|
|
|
|
"website": "https://gitlab.com/flectra-community/reporting-engine",
|
|
|
|
"category": "Technical Settings",
|
|
|
|
"depends": ["web"],
|
|
|
|
"demo": ["demo/test_report_field_length.xml"],
|
|
|
|
"installable": True,
|
|
|
|
}
|