Initial commit: Odoo 18.0-20251222 extra-addons
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled

This commit is contained in:
tocmo0nlord
2026-03-13 20:43:25 +00:00
parent 36e847a7df
commit adbe430761
9472 changed files with 1265727 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
- Enric Tobella \<<etobella@creublanca.es>\>
- [Tecnativa](https://www.tecnativa.com):
> - Carlos Roca
- Iván Antón \<<ozono@ozonomultimedia.com>\>
- [Sygel Technology](https://www.sygel.es):
> - Valentin Vinagre

View 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.

View File

@@ -0,0 +1,6 @@
1. Add a t-length attribute on report templates fields that will
truncate the field
2. Add a t-minlength attribute on report template fields that will
check the min length
3. Add a t-maxlength attribute on report template fields that will
check the max length