report_qweb_parameter
This module extends QWeb report templates with attributes to control field lengths by truncating or validating against minimum and maximum sizes.
Key Features
- qweb: Truncate field values to a specified length using the t-length attribute
- qweb: Validate that field values meet a minimum length using the t-minlength attribute
- qweb: Validate that field values do not exceed a maximum length using the t-maxlength attribute