|
| 1 | +===================== |
| 2 | +Report QWeb Parameter |
| 3 | +===================== |
| 4 | + |
| 5 | +.. |
| 6 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 7 | + !! This file is generated by oca-gen-addon-readme !! |
| 8 | + !! changes will be overwritten. !! |
| 9 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 10 | + !! source digest: sha256:6e50557d8d49cab3485b6aa968d1dbc2a8d55f1fd8cdc34b3b269db65edf9693 |
| 11 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 12 | +
|
| 13 | +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png |
| 14 | + :target: https://odoo-community.org/page/development-status |
| 15 | + :alt: Beta |
| 16 | +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png |
| 17 | + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html |
| 18 | + :alt: License: AGPL-3 |
| 19 | +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Freporting--engine-lightgray.png?logo=github |
| 20 | + :target: https://github.com/OCA/reporting-engine/tree/17.0/report_qweb_parameter |
| 21 | + :alt: OCA/reporting-engine |
| 22 | +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png |
| 23 | + :target: https://translation.odoo-community.org/projects/reporting-engine-17-0/reporting-engine-17-0-report_qweb_parameter |
| 24 | + :alt: Translate me on Weblate |
| 25 | +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png |
| 26 | + :target: https://runboat.odoo-community.org/builds?repo=OCA/reporting-engine&target_branch=17.0 |
| 27 | + :alt: Try me on Runboat |
| 28 | + |
| 29 | +|badge1| |badge2| |badge3| |badge4| |badge5| |
| 30 | + |
| 31 | +This module allows you to add new parameters on QWeb reports. Currently, |
| 32 | +we have defined a field maximum on a report and a validation of maximal |
| 33 | +and minimal size. It is useful on xml reports in order to validate |
| 34 | +length. XML are sometimes XSD dependant and we must validate its format. |
| 35 | +For example, in spanish facturae |
| 36 | +(http://www.facturae.gob.es/Paginas/Index.aspx), where length and format |
| 37 | +must be validated in several fields in order to send an invoice. |
| 38 | + |
| 39 | +**Table of contents** |
| 40 | + |
| 41 | +.. contents:: |
| 42 | + :local: |
| 43 | + |
| 44 | +Usage |
| 45 | +===== |
| 46 | + |
| 47 | +1. Add a t-length attribute on report templates fields that will |
| 48 | + truncate the field |
| 49 | +2. Add a t-minlength attribute on report template fields that will check |
| 50 | + the min length |
| 51 | +3. Add a t-maxlength attribute on report template fields that will check |
| 52 | + the max length |
| 53 | + |
| 54 | +Bug Tracker |
| 55 | +=========== |
| 56 | + |
| 57 | +Bugs are tracked on `GitHub Issues <https://github.com/OCA/reporting-engine/issues>`_. |
| 58 | +In case of trouble, please check there if your issue has already been reported. |
| 59 | +If you spotted it first, help us to smash it by providing a detailed and welcomed |
| 60 | +`feedback <https://github.com/OCA/reporting-engine/issues/new?body=module:%20report_qweb_parameter%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. |
| 61 | + |
| 62 | +Do not contact contributors directly about support or help with technical issues. |
| 63 | + |
| 64 | +Credits |
| 65 | +======= |
| 66 | + |
| 67 | +Authors |
| 68 | +------- |
| 69 | + |
| 70 | +* Creu Blanca |
| 71 | + |
| 72 | +Contributors |
| 73 | +------------ |
| 74 | + |
| 75 | +- Enric Tobella < [email protected]> |
| 76 | + |
| 77 | +- `Tecnativa <https://www.tecnativa.com>`__: |
| 78 | + |
| 79 | + - Carlos Roca |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | +Maintainers |
| 84 | +----------- |
| 85 | + |
| 86 | +This module is maintained by the OCA. |
| 87 | + |
| 88 | +.. image:: https://odoo-community.org/logo.png |
| 89 | + :alt: Odoo Community Association |
| 90 | + :target: https://odoo-community.org |
| 91 | + |
| 92 | +OCA, or the Odoo Community Association, is a nonprofit organization whose |
| 93 | +mission is to support the collaborative development of Odoo features and |
| 94 | +promote its widespread use. |
| 95 | + |
| 96 | +This module is part of the `OCA/reporting-engine <https://github.com/OCA/reporting-engine/tree/17.0/report_qweb_parameter>`_ project on GitHub. |
| 97 | + |
| 98 | +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
0 commit comments