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