Files
reporting-engine/report_qweb_parameter/__manifest__.py
Pedro M. Baeza bc158f0530 [FIX] report_qweb_parameter: Don't mess with VAT
Since odoo/odoo@8c713ed270, we are
not able to use invalid VATs anymore, so we remove the usage of it
in these tests, as it doesn't change the validity of them.
2021-04-09 20:57:38 +02:00

19 lines
588 B
Python

# Copyright 2017 Creu Blanca
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Report QWeb Parameter",
"version": "13.0.1.0.1",
"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://github.com/oca/reporting-engine",
"category": "Technical Settings",
"depends": ["web"],
"demo": ["demo/test_report_field_length.xml"],
"installable": True,
}