Repository
OCA/reporting-engine · module folder · Try on Runboat
Module version
1.0.0
Category
Technical Settings
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/reporting-engine
Last tracking update
2026-08-07 09:06:34
Authors
Odoo Community Association (OCA), Creu Blanca
Maintainers
Odoo Community Association (OCA), Creu Blanca
Committers
OCA-git-bot, oca-ci, AlexGarS73
Odoo dependencies
odoo/odoo:
- web
Python dependencies
None
System dependencies
None
Required by
l10n_es_facturae
Description
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.

Code Analysis

Views touched (0)

No views found for this module.

HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (0)

No new fields.

Public methods (1)
  • check_length(self, value, min_length=False, max_length=False)
    No use staticmethod because self is needed to translate exception messages

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…