Enric Tobella
7 years ago
committed by
Francisco Ivan Anton Prieto
10 changed files with 108 additions and 33 deletions
-
4report_qweb_parameter/README.rst
-
2report_qweb_parameter/__init__.py
-
9report_qweb_parameter/__manifest__.py
-
8report_qweb_parameter/demo/test_report_field_length.xml
-
41report_qweb_parameter/i18n/fr.po
-
37report_qweb_parameter/i18n/report_qweb_parameter.pot
-
2report_qweb_parameter/models/__init__.py
-
2report_qweb_parameter/models/ir_qweb.py
-
2report_qweb_parameter/tests/__init__.py
-
34report_qweb_parameter/tests/test_report_qweb_parameter.py
@ -1,4 +1,4 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
|||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). |
|||
|
|||
from . import models |
@ -0,0 +1,41 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * report_qweb_parameter |
|||
# |
|||
# Translators: |
|||
# Nicolas JEUDY <njeudy@panda-chi.io>, 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 <njeudy@panda-chi.io>, 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 |
|||
#: code:addons/report_qweb_parameter/models/ir_qweb.py:16 |
|||
#, 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 |
|||
#: code:addons/report_qweb_parameter/models/ir_qweb.py:19 |
|||
#, 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 "ir.qweb" |
|||
msgstr "ir.qweb" |
@ -0,0 +1,37 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * report_qweb_parameter |
|||
# |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 11.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"Last-Translator: <>\n" |
|||
"Language-Team: \n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Plural-Forms: \n" |
|||
|
|||
#. module: report_qweb_parameter |
|||
#: model:ir.actions.report,name:report_qweb_parameter.test_report_length_report_id |
|||
msgid "Length Report" |
|||
msgstr "" |
|||
|
|||
#. module: report_qweb_parameter |
|||
#: code:addons/report_qweb_parameter/models/ir_qweb.py:16 |
|||
#, python-format |
|||
msgid "Length cannot be less than %s" |
|||
msgstr "" |
|||
|
|||
#. module: report_qweb_parameter |
|||
#: code:addons/report_qweb_parameter/models/ir_qweb.py:19 |
|||
#, python-format |
|||
msgid "Length cannot be more than %s" |
|||
msgstr "" |
|||
|
|||
#. module: report_qweb_parameter |
|||
#: model:ir.model,name:report_qweb_parameter.model_ir_qweb |
|||
msgid "ir.qweb" |
|||
msgstr "" |
|||
|
@ -1,4 +1,4 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
|||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). |
|||
|
|||
from . import ir_qweb |
@ -1,4 +1,4 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
|||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). |
|||
|
|||
from . import test_report_qweb_parameter |
Write
Preview
Loading…
Cancel
Save
Reference in new issue