mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[MIG] report_qweb_parameter: Migration to v13
This commit is contained in:
committed by
Francisco Ivan Anton Prieto
parent
9e94359619
commit
0980c55e62
5
report_qweb_parameter/readme/CONTRIBUTORS.rst
Normal file
5
report_qweb_parameter/readme/CONTRIBUTORS.rst
Normal file
@@ -0,0 +1,5 @@
|
||||
* Enric Tobella <etobella@creublanca.es>
|
||||
|
||||
* `Tecnativa <https://www.tecnativa.com>`_:
|
||||
|
||||
* Carlos Roca
|
||||
7
report_qweb_parameter/readme/DESCRIPTION.rst
Normal file
7
report_qweb_parameter/readme/DESCRIPTION.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
This module allows you to add new parameters on QWeb reports.
|
||||
Currently, we have defined a field maximum on a report and a validation of
|
||||
maximal and minimal size.
|
||||
It is useful on xml reports in order to validate length.
|
||||
XML are sometimes XSD dependant and we must validate its format.
|
||||
For example, in spanish facturae (http://www.facturae.gob.es/Paginas/Index.aspx), where
|
||||
length and format must be validated in several fields in order to send an invoice.
|
||||
3
report_qweb_parameter/readme/USAGE.rst
Normal file
3
report_qweb_parameter/readme/USAGE.rst
Normal file
@@ -0,0 +1,3 @@
|
||||
#. Add a t-length attribute on report templates fields that will truncate the field
|
||||
#. Add a t-minlength attribute on report template fields that will check the min length
|
||||
#. Add a t-maxlength attribute on report template fields that will check the max length
|
||||
Reference in New Issue
Block a user