-
-
Notifications
You must be signed in to change notification settings - Fork 795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[18.0][MIG] report_qweb_parameter: Migration to 18.0 #939
Open
ramiadavid
wants to merge
16
commits into
OCA:18.0
Choose a base branch
from
ramiadavid:18.0-mig-report_qweb_parameter
base: 18.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,010
−0
Open
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
1af9e49
[ADD] report_field_length
etobella 1c355ee
[MIG] report_qweb_parameter: Migration to 11.0
etobella 3e20933
[MIG] report_qweb_parameter: Migration to 12.0
EfrenTM d6d7eb6
[IMP] report_qweb_parameter: Avoid error on integration tests
pedrobaeza fede153
[IMP] report_qweb_parameter: black, isort, prettier
CarlosRoca13 9e7c3e5
[MIG] report_qweb_parameter: Migration to v13
CarlosRoca13 0f9e40e
[IMP] report_qweb_parameter: black, isort, prettier
ozono 9bd1a08
[MIG] report_qweb_parameter: Migration to 14.0
ozono d9b8022
[MIG] report_qweb_parameter: Migration to 15.0
AlexanderAcysos 8e8728f
[MIG] report_qweb_parameter: Migration to 16.0
ramiadavid ce8e0ee
[IMP] report_qweb_parameter: pre-commit auto fixes
ramiadavid 02799dd
[MIG] report_qweb_parameter: Migration to 17.0
ramiadavid 80543e1
[IMP] report_qweb_parameter: Remove warning Found deprecated directiv…
victoralmau e410612
[IMP] report_qweb_parameter: pre-commit
victoralmau b9b22b3
[IMP] report_qweb_parameter: pre-commit auto fixes
ramiadavid df665c2
[MIG] report_qweb_parameter: Migration to 18.0
ramiadavid File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
===================== | ||
Report QWeb Parameter | ||
===================== | ||
|
||
.. | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:3a67071d74aff9aea738315f152d8c563894b6fea95c1b0c7492572f3c787d6a | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
|
||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png | ||
:target: https://odoo-community.org/page/development-status | ||
:alt: Beta | ||
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png | ||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-3 | ||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Freporting--engine-lightgray.png?logo=github | ||
:target: https://github.com/OCA/reporting-engine/tree/18.0/report_qweb_parameter | ||
:alt: OCA/reporting-engine | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/reporting-engine-18-0/reporting-engine-18-0-report_qweb_parameter | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png | ||
:target: https://runboat.odoo-community.org/builds?repo=OCA/reporting-engine&target_branch=18.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
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. | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Usage | ||
===== | ||
|
||
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 | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/reporting-engine/issues>`_. | ||
In case of trouble, please check there if your issue has already been reported. | ||
If you spotted it first, help us to smash it by providing a detailed and welcomed | ||
`feedback <https://github.com/OCA/reporting-engine/issues/new?body=module:%20report_qweb_parameter%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
|
||
Do not contact contributors directly about support or help with technical issues. | ||
|
||
Credits | ||
======= | ||
|
||
Authors | ||
------- | ||
|
||
* Creu Blanca | ||
|
||
Contributors | ||
------------ | ||
|
||
- Enric Tobella <[email protected]> | ||
|
||
- `Tecnativa <https://www.tecnativa.com>`__: | ||
|
||
- Carlos Roca | ||
|
||
- Iván Antón <[email protected]> | ||
|
||
Maintainers | ||
----------- | ||
|
||
This module is maintained by the OCA. | ||
|
||
.. image:: https://odoo-community.org/logo.png | ||
:alt: Odoo Community Association | ||
:target: https://odoo-community.org | ||
|
||
OCA, or the Odoo Community Association, is a nonprofit organization whose | ||
mission is to support the collaborative development of Odoo features and | ||
promote its widespread use. | ||
|
||
This module is part of the `OCA/reporting-engine <https://github.com/OCA/reporting-engine/tree/18.0/report_qweb_parameter>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). | ||
|
||
from . import models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Copyright 2017 Creu Blanca | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). | ||
|
||
{ | ||
"name": "Report QWeb Parameter", | ||
"version": "18.0.1.0.0", | ||
"license": "AGPL-3", | ||
"summary": """ | ||
Add new parameters for qweb templates in order to reduce field length | ||
and check minimal length | ||
""", | ||
"author": "Creu Blanca, Odoo Community Association (OCA)", | ||
"website": "https://github.com/OCA/reporting-engine", | ||
"category": "Technical Settings", | ||
"depends": ["web"], | ||
"demo": ["demo/test_report_field_length.xml"], | ||
"installable": True, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<odoo> | ||
<record id="test_report_length_report_id" model="ir.actions.report"> | ||
<field name="name">Length Report</field> | ||
<field name="model">res.company</field> | ||
<field name="report_type">qweb-html</field> | ||
<field name="report_name">report_qweb_parameter.test_report_length</field> | ||
</record> | ||
<template id="test_report_length"> | ||
<data> | ||
<li | ||
name="esc_length" | ||
t-minlength="10" | ||
t-length="10" | ||
t-esc="docs[0].street" | ||
t-if="docs[0].street" | ||
/> | ||
<li | ||
name="esc_maxlength" | ||
t-maxlength="10" | ||
t-esc="docs[0].website" | ||
t-if="docs[0].website" | ||
/> | ||
<li | ||
name="raw_length" | ||
t-minlength="10" | ||
t-length="10" | ||
t-out="docs[0].vat" | ||
t-if="docs[0].vat" | ||
/> | ||
<li | ||
name="raw_maxlength" | ||
t-maxlength="10" | ||
t-out="docs[0].company_registry" | ||
t-if="docs[0].company_registry" | ||
/> | ||
<li | ||
name="raw_length" | ||
t-minlength="10" | ||
t-length="10" | ||
t-out="docs[0].vat" | ||
t-if="docs[0].vat" | ||
/> | ||
<li | ||
name="raw_maxlength" | ||
t-maxlength="10" | ||
t-out="docs[0].company_registry" | ||
t-if="docs[0].company_registry" | ||
/> | ||
</data> | ||
</template> | ||
</odoo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * report_qweb_parameter | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 15.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2022-06-15 18:05+0000\n" | ||
"Last-Translator: jabelchi <[email protected]>\n" | ||
"Language-Team: none\n" | ||
"Language: ca\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 4.3.2\n" | ||
|
||
#. module: report_qweb_parameter | ||
#: model:ir.actions.report,name:report_qweb_parameter.test_report_length_report_id | ||
msgid "Length Report" | ||
msgstr "Longitud de l'informe" | ||
|
||
#. module: report_qweb_parameter | ||
#. odoo-python | ||
#: code:addons/report_qweb_parameter/models/ir_qweb.py:0 | ||
#, python-format | ||
msgid "Length cannot be less than %s" | ||
msgstr "La longitut no pot ser menor que %s" | ||
|
||
#. module: report_qweb_parameter | ||
#. odoo-python | ||
#: code:addons/report_qweb_parameter/models/ir_qweb.py:0 | ||
#, python-format | ||
msgid "Length cannot be more than %s" | ||
msgstr "La llargada no pot ser més gran que %s" | ||
|
||
#. module: report_qweb_parameter | ||
#: model:ir.model,name:report_qweb_parameter.model_ir_qweb | ||
msgid "Qweb" | ||
msgstr "Qweb" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * report_qweb_parameter | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 12.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: \n" | ||
"PO-Revision-Date: \n" | ||
"Last-Translator: Carlos <[email protected]>\n" | ||
"Language-Team: \n" | ||
"Language: es\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
"X-Generator: Poedit 2.0.6\n" | ||
|
||
#. module: report_qweb_parameter | ||
#: model:ir.actions.report,name:report_qweb_parameter.test_report_length_report_id | ||
msgid "Length Report" | ||
msgstr "Longitud del informe" | ||
|
||
#. module: report_qweb_parameter | ||
#. odoo-python | ||
#: code:addons/report_qweb_parameter/models/ir_qweb.py:0 | ||
#, python-format | ||
msgid "Length cannot be less than %s" | ||
msgstr "La longitud no puede ser menor a %s" | ||
|
||
#. module: report_qweb_parameter | ||
#. odoo-python | ||
#: code:addons/report_qweb_parameter/models/ir_qweb.py:0 | ||
#, python-format | ||
msgid "Length cannot be more than %s" | ||
msgstr "La longitud no puede ser mayor a %s" | ||
|
||
#. module: report_qweb_parameter | ||
#: model:ir.model,name:report_qweb_parameter.model_ir_qweb | ||
msgid "Qweb" | ||
msgstr "Qweb" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * report_qweb_parameter | ||
# | ||
# Translators: | ||
# Nicolas JEUDY <[email protected]>, 2018 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 11.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-01-05 17:53+0000\n" | ||
"PO-Revision-Date: 2018-01-05 17:53+0000\n" | ||
"Last-Translator: Nicolas JEUDY <[email protected]>, 2018\n" | ||
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" | ||
"Language: fr\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=(n > 1);\n" | ||
|
||
#. module: report_qweb_parameter | ||
#: model:ir.actions.report,name:report_qweb_parameter.test_report_length_report_id | ||
msgid "Length Report" | ||
msgstr "Longueur du rapport " | ||
|
||
#. module: report_qweb_parameter | ||
#. odoo-python | ||
#: code:addons/report_qweb_parameter/models/ir_qweb.py:0 | ||
#, python-format | ||
msgid "Length cannot be less than %s" | ||
msgstr "La longueur du rapport ne peut pas être inférieure à %s" | ||
|
||
#. module: report_qweb_parameter | ||
#. odoo-python | ||
#: code:addons/report_qweb_parameter/models/ir_qweb.py:0 | ||
#, python-format | ||
msgid "Length cannot be more than %s" | ||
msgstr "La longueur du rapport ne peut pas être supérieure à %s" | ||
|
||
#. module: report_qweb_parameter | ||
#: model:ir.model,name:report_qweb_parameter.model_ir_qweb | ||
msgid "Qweb" | ||
msgstr "" | ||
|
||
#~ msgid "ir.qweb" | ||
#~ msgstr "ir.qweb" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * report_qweb_parameter | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 13.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2020-11-20 23:36+0000\n" | ||
"Last-Translator: Alessandro Fiorino <[email protected]>\n" | ||
"Language-Team: none\n" | ||
"Language: it\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 3.10\n" | ||
|
||
#. module: report_qweb_parameter | ||
#: model:ir.actions.report,name:report_qweb_parameter.test_report_length_report_id | ||
msgid "Length Report" | ||
msgstr "Lunghezza Report" | ||
|
||
#. module: report_qweb_parameter | ||
#. odoo-python | ||
#: code:addons/report_qweb_parameter/models/ir_qweb.py:0 | ||
#, python-format | ||
msgid "Length cannot be less than %s" | ||
msgstr "La lunghezza non può essere meno di %s" | ||
|
||
#. module: report_qweb_parameter | ||
#. odoo-python | ||
#: code:addons/report_qweb_parameter/models/ir_qweb.py:0 | ||
#, python-format | ||
msgid "Length cannot be more than %s" | ||
msgstr "La lunghezza non può essere più di %s" | ||
|
||
#. module: report_qweb_parameter | ||
#: model:ir.model,name:report_qweb_parameter.model_ir_qweb | ||
msgid "Qweb" | ||
msgstr "Qweb" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * report_qweb_parameter | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 12.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2019-08-14 13:44+0000\n" | ||
"Last-Translator: Pedro Castro Silva <[email protected]>\n" | ||
"Language-Team: none\n" | ||
"Language: pt\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n > 1;\n" | ||
"X-Generator: Weblate 3.7.1\n" | ||
|
||
#. module: report_qweb_parameter | ||
#: model:ir.actions.report,name:report_qweb_parameter.test_report_length_report_id | ||
msgid "Length Report" | ||
msgstr "Relatório de Comprimento" | ||
|
||
#. module: report_qweb_parameter | ||
#. odoo-python | ||
#: code:addons/report_qweb_parameter/models/ir_qweb.py:0 | ||
#, python-format | ||
msgid "Length cannot be less than %s" | ||
msgstr "Comprimento não pode ser superior a %s" | ||
|
||
#. module: report_qweb_parameter | ||
#. odoo-python | ||
#: code:addons/report_qweb_parameter/models/ir_qweb.py:0 | ||
#, python-format | ||
msgid "Length cannot be more than %s" | ||
msgstr "Comprimento não pode ser inferior a %s" | ||
|
||
#. module: report_qweb_parameter | ||
#: model:ir.model,name:report_qweb_parameter.model_ir_qweb | ||
msgid "Qweb" | ||
msgstr "" |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
t-esc
andt-raw
are deprecated output directives: https://www.odoo.com/documentation/18.0/developer/reference/frontend/qweb.html