From e08dc1d578e554ab5de50064ca1e0377ccea1ce9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20BEAU?= Date: Fri, 18 Dec 2020 21:11:54 +0100 Subject: [PATCH] [REF] Refactor test use odoo-test-helper split test so one test do one thing --- base_exception/README.rst | 11 ++ base_exception/__manifest__.py | 2 +- base_exception/i18n/am.po | 19 ++- base_exception/i18n/ar.po | 19 ++- base_exception/i18n/base_exception.pot | 17 ++- base_exception/i18n/bg.po | 19 ++- base_exception/i18n/bs.po | 19 ++- base_exception/i18n/ca.po | 19 ++- base_exception/i18n/cs.po | 19 ++- base_exception/i18n/cs_CZ.po | 19 ++- base_exception/i18n/da.po | 19 ++- base_exception/i18n/de.po | 19 ++- base_exception/i18n/el_GR.po | 19 ++- base_exception/i18n/en_GB.po | 19 ++- base_exception/i18n/es.po | 19 ++- base_exception/i18n/es_AR.po | 136 ++++++++++------- base_exception/i18n/es_CL.po | 19 ++- base_exception/i18n/es_CO.po | 19 ++- base_exception/i18n/es_CR.po | 19 ++- base_exception/i18n/es_DO.po | 19 ++- base_exception/i18n/es_EC.po | 19 ++- base_exception/i18n/es_ES.po | 19 ++- base_exception/i18n/es_MX.po | 19 ++- base_exception/i18n/es_PE.po | 19 ++- base_exception/i18n/es_PY.po | 19 ++- base_exception/i18n/es_VE.po | 19 ++- base_exception/i18n/et.po | 19 ++- base_exception/i18n/eu.po | 19 ++- base_exception/i18n/fa.po | 19 ++- base_exception/i18n/fi.po | 19 ++- base_exception/i18n/fr.po | 19 ++- base_exception/i18n/fr_CA.po | 19 ++- base_exception/i18n/fr_CH.po | 19 ++- base_exception/i18n/gl.po | 19 ++- base_exception/i18n/gl_ES.po | 19 ++- base_exception/i18n/he.po | 19 ++- base_exception/i18n/hr.po | 19 ++- base_exception/i18n/hr_HR.po | 19 ++- base_exception/i18n/hu.po | 19 ++- base_exception/i18n/id.po | 19 ++- base_exception/i18n/it.po | 28 +++- base_exception/i18n/ja.po | 19 ++- base_exception/i18n/ko.po | 19 ++- base_exception/i18n/lt.po | 19 ++- base_exception/i18n/lt_LT.po | 19 ++- base_exception/i18n/lv.po | 19 ++- base_exception/i18n/mk.po | 19 ++- base_exception/i18n/mn.po | 19 ++- base_exception/i18n/nb.po | 19 ++- base_exception/i18n/nb_NO.po | 19 ++- base_exception/i18n/nl.po | 19 ++- base_exception/i18n/nl_BE.po | 19 ++- base_exception/i18n/nl_NL.po | 19 ++- base_exception/i18n/pl.po | 19 ++- base_exception/i18n/pt.po | 43 ++++-- base_exception/i18n/pt_BR.po | 43 ++++-- base_exception/i18n/pt_PT.po | 19 ++- base_exception/i18n/ro.po | 19 ++- base_exception/i18n/ru.po | 19 ++- base_exception/i18n/sk.po | 19 ++- base_exception/i18n/sl.po | 19 ++- base_exception/i18n/sr.po | 19 ++- base_exception/i18n/sr@latin.po | 19 ++- base_exception/i18n/sv.po | 19 ++- base_exception/i18n/th.po | 19 ++- base_exception/i18n/tr.po | 19 ++- base_exception/i18n/tr_TR.po | 19 ++- base_exception/i18n/uk.po | 19 ++- base_exception/i18n/vi.po | 19 ++- base_exception/i18n/vi_VN.po | 19 ++- base_exception/i18n/zh_CN.po | 39 ++++- base_exception/i18n/zh_TW.po | 19 ++- base_exception/models/base_exception.py | 2 +- base_exception/static/description/index.html | 2 + base_exception/tests/__init__.py | 2 - base_exception/tests/common.py | 15 -- base_exception/tests/purchase_test.py | 7 +- base_exception/tests/test_base_exception.py | 152 +++++++++---------- 78 files changed, 1265 insertions(+), 450 deletions(-) delete mode 100644 base_exception/tests/common.py diff --git a/base_exception/README.rst b/base_exception/README.rst index 323330fdf..9c562ccd4 100644 --- a/base_exception/README.rst +++ b/base_exception/README.rst @@ -96,6 +96,17 @@ 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. +.. |maintainer-hparfr| image:: https://github.com/hparfr.png?size=40px + :target: https://github.com/hparfr + :alt: hparfr +.. |maintainer-sebastienbeau| image:: https://github.com/sebastienbeau.png?size=40px + :target: https://github.com/sebastienbeau + :alt: sebastienbeau + +Current `maintainers `__: + +|maintainer-hparfr| |maintainer-sebastienbeau| + This module is part of the `OCA/server-tools `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/base_exception/__manifest__.py b/base_exception/__manifest__.py index 6875198c6..125e3674d 100644 --- a/base_exception/__manifest__.py +++ b/base_exception/__manifest__.py @@ -5,7 +5,7 @@ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). { "name": "Exception Rule", - "version": "14.0.1.1.0", + "version": "14.0.2.0.0", "category": "Generic Modules", "summary": """ This module provide an abstract model to manage customizable diff --git a/base_exception/i18n/am.po b/base_exception/i18n/am.po index 09e74ce1e..44fd02340 100644 --- a/base_exception/i18n/am.po +++ b/base_exception/i18n/am.po @@ -54,6 +54,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -64,8 +69,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -268,6 +274,11 @@ msgstr "Última actualización en" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -326,8 +337,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/ar.po b/base_exception/i18n/ar.po index 1bc02e8db..9e8ced883 100644 --- a/base_exception/i18n/ar.po +++ b/base_exception/i18n/ar.po @@ -56,6 +56,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -66,8 +71,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -278,6 +284,11 @@ msgstr "آخر تحديث في" msgid "Main Exception" msgstr "الخلل الرئيسي" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -335,8 +346,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/base_exception.pot b/base_exception/i18n/base_exception.pot index 5e51ce84b..c2556350f 100644 --- a/base_exception/i18n/base_exception.pot +++ b/base_exception/i18n/base_exception.pot @@ -49,6 +49,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -59,7 +64,8 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are evaluated with several records" +" performance can be better when exceptions are evaluated with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -262,6 +268,11 @@ msgstr "" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -319,8 +330,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/bg.po b/base_exception/i18n/bg.po index 6b89dd15a..8c0d9b8ea 100644 --- a/base_exception/i18n/bg.po +++ b/base_exception/i18n/bg.po @@ -54,6 +54,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -64,8 +69,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -270,6 +276,11 @@ msgstr "Последно обновено на" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -328,8 +339,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/bs.po b/base_exception/i18n/bs.po index 4a847edd3..c315c6ea0 100644 --- a/base_exception/i18n/bs.po +++ b/base_exception/i18n/bs.po @@ -55,6 +55,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -65,8 +70,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -271,6 +277,11 @@ msgstr "Zadnje ažurirano" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -329,8 +340,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/ca.po b/base_exception/i18n/ca.po index a81e68baf..c7492ee20 100644 --- a/base_exception/i18n/ca.po +++ b/base_exception/i18n/ca.po @@ -54,6 +54,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -64,8 +69,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -270,6 +276,11 @@ msgstr "Darrera Actualització el" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -328,8 +339,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/cs.po b/base_exception/i18n/cs.po index 93736eeb6..ba18a5628 100644 --- a/base_exception/i18n/cs.po +++ b/base_exception/i18n/cs.po @@ -54,6 +54,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -64,8 +69,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -270,6 +276,11 @@ msgstr "Naposled upraveno" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -328,8 +339,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/cs_CZ.po b/base_exception/i18n/cs_CZ.po index 1b1d077b4..1c991faae 100644 --- a/base_exception/i18n/cs_CZ.po +++ b/base_exception/i18n/cs_CZ.po @@ -55,6 +55,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code #, fuzzy @@ -66,8 +71,9 @@ msgstr "Python kód" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -275,6 +281,11 @@ msgstr "Poslední aktualizace dne" msgid "Main Exception" msgstr "Hlavní výjimka" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -334,8 +345,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/da.po b/base_exception/i18n/da.po index fab5c0dc3..2e458a63a 100644 --- a/base_exception/i18n/da.po +++ b/base_exception/i18n/da.po @@ -54,6 +54,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -64,8 +69,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -270,6 +276,11 @@ msgstr "Sidst opdateret den" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -328,8 +339,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/de.po b/base_exception/i18n/de.po index a291fc077..6bc4863a5 100644 --- a/base_exception/i18n/de.po +++ b/base_exception/i18n/de.po @@ -55,6 +55,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code #, fuzzy @@ -66,8 +71,9 @@ msgstr "Python Code" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -278,6 +284,11 @@ msgstr "Zuletzt aktualisiert am" msgid "Main Exception" msgstr "Haupt-Ausnahme" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -335,8 +346,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/el_GR.po b/base_exception/i18n/el_GR.po index af8ad9a8a..a21ed3a7e 100644 --- a/base_exception/i18n/el_GR.po +++ b/base_exception/i18n/el_GR.po @@ -55,6 +55,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -65,8 +70,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -271,6 +277,11 @@ msgstr "Τελευταία ενημέρωση στις" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -329,8 +340,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/en_GB.po b/base_exception/i18n/en_GB.po index e57ac3cc5..4bd8230bf 100644 --- a/base_exception/i18n/en_GB.po +++ b/base_exception/i18n/en_GB.po @@ -55,6 +55,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -65,8 +70,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -271,6 +277,11 @@ msgstr "Last Updated on" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -329,8 +340,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/es.po b/base_exception/i18n/es.po index e26985d94..7f25158cd 100644 --- a/base_exception/i18n/es.po +++ b/base_exception/i18n/es.po @@ -55,6 +55,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code #, fuzzy @@ -66,8 +71,9 @@ msgstr "Código python" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -278,6 +284,11 @@ msgstr "Última actualización el" msgid "Main Exception" msgstr "Excepción principal" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -335,8 +346,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/es_AR.po b/base_exception/i18n/es_AR.po index 0c0e3a619..ce2ffbf7e 100644 --- a/base_exception/i18n/es_AR.po +++ b/base_exception/i18n/es_AR.po @@ -9,65 +9,77 @@ msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-05-01 10:38+0000\n" -"PO-Revision-Date: 2017-05-01 10:38+0000\n" -"Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/" -"teams/23907/es_AR/)\n" +"PO-Revision-Date: 2022-03-16 23:17+0000\n" +"Last-Translator: Ignacio Buioli \n" +"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/teams/" +"23907/es_AR/)\n" "Language: es_AR\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" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.3.2\n" #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "(Blocking exception)" -msgstr "" +msgstr "(Excepción de bloqueo)" #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form msgid "self: Record on which the rule is evaluated." -msgstr "" +msgstr "self: Registro sobre el cual se evalúa la regla ." #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule__active msgid "Active" -msgstr "" +msgstr "Activo" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule__model msgid "Apply on" -msgstr "" +msgstr "Aplicar en" #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form msgid "Archived" -msgstr "" +msgstr "Archivado" #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form msgid "As well as all the libraries provided in safe_eval." -msgstr "" +msgstr "Además de todas las librerías proporcionadas en safe_eval." #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_domain msgid "By domain" -msgstr "" +msgstr "Por dominio" + +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "Por método" #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" -msgstr "" +msgstr "Por código de Python" #. module: base_exception #: model:ir.model.fields,help:base_exception.field_exception_rule__exception_type msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" +"Por código de Python: permite definir cualquier control arbitrario\n" +"Por dominio: limitado a una selección por un dominio Odoo:\n" +" el rendimiento puede ser mejor cuando las excepciones se evalúan " +"con varios registros\n" +"Por método: permite seleccionar un método de verificación existente" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception__changeset_change_ids @@ -75,7 +87,7 @@ msgstr "" #: model:ir.model.fields,field_description:base_exception.field_exception_rule__changeset_change_ids #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__changeset_change_ids msgid "Changeset Changes" -msgstr "" +msgstr "Cambios en el Conjunto de Cambios" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception__changeset_ids @@ -83,7 +95,7 @@ msgstr "" #: model:ir.model.fields,field_description:base_exception.field_exception_rule__changeset_ids #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__changeset_ids msgid "Changesets" -msgstr "" +msgstr "Conjunto de Cambios" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception__count_pending_changeset_changes @@ -91,7 +103,7 @@ msgstr "" #: model:ir.model.fields,field_description:base_exception.field_exception_rule__count_pending_changeset_changes #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__count_pending_changeset_changes msgid "Count Pending Changeset Changes" -msgstr "" +msgstr "Contar los Cambios Pendientes del Conjunto de Cambios" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception__count_pending_changesets @@ -99,7 +111,7 @@ msgstr "" #: model:ir.model.fields,field_description:base_exception.field_exception_rule__count_pending_changesets #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__count_pending_changesets msgid "Count Pending Changesets" -msgstr "" +msgstr "Contar Conjunto de Cambios Pendientes" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_uid @@ -127,7 +139,7 @@ msgstr "Mostrar Nombre" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule__domain msgid "Domain" -msgstr "" +msgstr "Dominio" #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form @@ -135,6 +147,8 @@ msgid "" "Enter Python code here. Help about Python expression is available in the " "help tab of this document." msgstr "" +"Ingrese código de Python aquí. La ayuda sobre expresiones de Python está " +"disponible en la pestaña de Ayuda de este documento." #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 @@ -144,90 +158,91 @@ msgid "" " %s \n" "(%s)" msgstr "" +"Erro al evaluar la regla exception.rule:\n" +" %s \n" +"(%s)" #. module: base_exception #: model:ir.model,name:base_exception.model_base_exception -#, fuzzy msgid "Exception" -msgstr "Descripción" +msgstr "Excepción" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule__name msgid "Exception Name" -msgstr "" +msgstr "Nombre de la Excepción" #. module: base_exception #: model:ir.model,name:base_exception.model_exception_rule #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_tree msgid "Exception Rule" -msgstr "" +msgstr "Regla de la Excepción" #. module: base_exception #: model:ir.model,name:base_exception.model_exception_rule_confirm msgid "Exception Rule Confirm Wizard" -msgstr "" +msgstr "Asistente para Confirmar la Regla de Excepción" #. module: base_exception #: model:ir.model,name:base_exception.model_base_exception_method msgid "Exception Rule Methods" -msgstr "" +msgstr "Métodos de la Regla de Excepción" #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form msgid "Exception Rule Setup" -msgstr "" +msgstr "Configuración de la Regla de Excepción" #. module: base_exception #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree #: model:ir.ui.menu,name:base_exception.menu_action_exception msgid "Exception Rules" -msgstr "" +msgstr "Reglas de Excepción" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type msgid "Exception Type" -msgstr "" +msgstr "Tipo de Excepción" #. module: base_exception #: model:res.groups,name:base_exception.group_exception_rule_manager msgid "Exception manager" -msgstr "" +msgstr "Gestor de Excepción" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids msgid "Exceptions" -msgstr "" +msgstr "Excepciones" #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "Exceptions Rules" -msgstr "" +msgstr "Reglas de Excepciones" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception__exceptions_summary -#, fuzzy msgid "Exceptions Summary" -msgstr "Descripción" +msgstr "Resumen de Excepciones" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids msgid "Exceptions to resolve" -msgstr "" +msgstr "Excepciones a resolver" #. module: base_exception #: model:ir.model.fields,help:base_exception.field_exception_rule__sequence msgid "Gives the sequence order when applying the test" -msgstr "" +msgstr "Da el orden de secuencia al aplicar la prueba" #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form msgid "Help" -msgstr "" +msgstr "Ayuda" #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form msgid "Help with Python expressions" -msgstr "" +msgstr "Ayuda con expresiones Python" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception__id @@ -241,12 +256,12 @@ msgstr "ID" #: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore msgid "Ignore Exceptions" -msgstr "" +msgstr "Ignorar Excepciones" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking msgid "Is blocking" -msgstr "" +msgstr "Está Bloqueado" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update @@ -269,29 +284,34 @@ msgstr "Última actualización el" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id msgid "Main Exception" -msgstr "" +msgstr "Excepción Principal" + +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "Método" #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format msgid "Only 1 ID accepted, got %r." -msgstr "" +msgstr "Solo 1 ID aceptado, se obtuvieron %r." #. module: base_exception #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm msgid "Outstanding exceptions to manage" -msgstr "" +msgstr "Excepciones pendientes para gestionar" #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "Outstanding exceptions to manager" -msgstr "" +msgstr "Excepciones pendientes para gestionar" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form msgid "Python Code" -msgstr "" +msgstr "Código de Python" #. module: base_exception #: model:ir.model.fields,help:base_exception.field_exception_rule__code @@ -299,17 +319,18 @@ msgid "" "Python code executed to check if the exception apply or not. Use failed = " "True to block the exception" msgstr "" +"Código de Python ejecutado para verificar si la excepción se aplica o no. " +"Utilice failed = True para bloquear la excepción" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id -#, fuzzy msgid "Related Model" -msgstr "Creado en" +msgstr "Modelo Relacionado" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence msgid "Sequence" -msgstr "" +msgstr "Secuencia" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception__smart_search @@ -317,26 +338,29 @@ msgstr "" #: model:ir.model.fields,field_description:base_exception.field_exception_rule__smart_search #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__smart_search msgid "Smart Search" -msgstr "" +msgstr "Búsqueda Inteligente" #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "The exceptions can not be ignored, because some of them are blocking." msgstr "" +"Las excepciones no pueden ser ignoradas, porque algunas están bloqueadas." #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" +"Hay un problema de configuración, falta el código de Python, dominio o " +"método para coincidir con el tipo de excepción." #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form msgid "To block the exception use: failed = True" -msgstr "" +msgstr "Para bloquear la excepción utilice: failed = True" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception__user_can_see_changeset @@ -344,7 +368,7 @@ msgstr "" #: model:ir.model.fields,field_description:base_exception.field_exception_rule__user_can_see_changeset #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__user_can_see_changeset msgid "User Can See Changeset" -msgstr "" +msgstr "El usuario puede ver el Conjunto de Cambios" #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form @@ -352,13 +376,15 @@ msgid "" "Various fields may use Python code or Python expressions. The following " "variables can be used:" msgstr "" +"Varios campos pueden utilizar código de Python o expresiones de Python. Las " +"siguientes variables se puede utilizar:" #. module: base_exception #: model:ir.model.fields,help:base_exception.field_exception_rule__is_blocking msgid "When checked the exception can not be ignored" -msgstr "" +msgstr "Cuando está marcado la excepción no puede ser ignorada" #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" -msgstr "" +msgstr "_Close" diff --git a/base_exception/i18n/es_CL.po b/base_exception/i18n/es_CL.po index 96f186ea7..c72b045da 100644 --- a/base_exception/i18n/es_CL.po +++ b/base_exception/i18n/es_CL.po @@ -55,6 +55,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -65,8 +70,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -271,6 +277,11 @@ msgstr "Última actualización en" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -329,8 +340,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/es_CO.po b/base_exception/i18n/es_CO.po index 768a1ffdd..0827bb4a1 100644 --- a/base_exception/i18n/es_CO.po +++ b/base_exception/i18n/es_CO.po @@ -55,6 +55,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -65,8 +70,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -271,6 +277,11 @@ msgstr "Actualizado" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -329,8 +340,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/es_CR.po b/base_exception/i18n/es_CR.po index f3ec6c1c8..44fa2e08b 100644 --- a/base_exception/i18n/es_CR.po +++ b/base_exception/i18n/es_CR.po @@ -55,6 +55,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -65,8 +70,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -271,6 +277,11 @@ msgstr "Ultima actualización en" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -329,8 +340,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/es_DO.po b/base_exception/i18n/es_DO.po index e709838ce..b64eefea2 100644 --- a/base_exception/i18n/es_DO.po +++ b/base_exception/i18n/es_DO.po @@ -55,6 +55,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -65,8 +70,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -271,6 +277,11 @@ msgstr "Última actualización en" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -329,8 +340,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/es_EC.po b/base_exception/i18n/es_EC.po index c845ad61c..5491bd9cc 100644 --- a/base_exception/i18n/es_EC.po +++ b/base_exception/i18n/es_EC.po @@ -55,6 +55,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -65,8 +70,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -271,6 +277,11 @@ msgstr "Última actualización en" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -329,8 +340,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/es_ES.po b/base_exception/i18n/es_ES.po index 187c3bb71..4f086014d 100644 --- a/base_exception/i18n/es_ES.po +++ b/base_exception/i18n/es_ES.po @@ -55,6 +55,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -65,8 +70,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -269,6 +275,11 @@ msgstr "Última actualización en" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -327,8 +338,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/es_MX.po b/base_exception/i18n/es_MX.po index 45f4cafab..35d7b47d7 100644 --- a/base_exception/i18n/es_MX.po +++ b/base_exception/i18n/es_MX.po @@ -55,6 +55,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -65,8 +70,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -271,6 +277,11 @@ msgstr "Ultima actualización realizada" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -329,8 +340,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/es_PE.po b/base_exception/i18n/es_PE.po index 775fd3ebd..1636ae738 100644 --- a/base_exception/i18n/es_PE.po +++ b/base_exception/i18n/es_PE.po @@ -55,6 +55,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -65,8 +70,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -271,6 +277,11 @@ msgstr "Ultima Actualización" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -329,8 +340,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/es_PY.po b/base_exception/i18n/es_PY.po index 866ed1c6a..ac3226392 100644 --- a/base_exception/i18n/es_PY.po +++ b/base_exception/i18n/es_PY.po @@ -55,6 +55,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -65,8 +70,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -271,6 +277,11 @@ msgstr "Ultima actualización en" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -329,8 +340,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/es_VE.po b/base_exception/i18n/es_VE.po index 411abbd47..2efe63ac9 100644 --- a/base_exception/i18n/es_VE.po +++ b/base_exception/i18n/es_VE.po @@ -55,6 +55,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -65,8 +70,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -271,6 +277,11 @@ msgstr "Ultima actualizacion en" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -329,8 +340,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/et.po b/base_exception/i18n/et.po index ce5b2319f..9344c9d7c 100644 --- a/base_exception/i18n/et.po +++ b/base_exception/i18n/et.po @@ -54,6 +54,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -64,8 +69,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -270,6 +276,11 @@ msgstr "Viimati uuendatud" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -328,8 +339,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/eu.po b/base_exception/i18n/eu.po index 212b45fb4..c0722ef47 100644 --- a/base_exception/i18n/eu.po +++ b/base_exception/i18n/eu.po @@ -54,6 +54,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -64,8 +69,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -270,6 +276,11 @@ msgstr "Last Updated on" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -328,8 +339,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/fa.po b/base_exception/i18n/fa.po index 5c6f2dfdb..e56bbd793 100644 --- a/base_exception/i18n/fa.po +++ b/base_exception/i18n/fa.po @@ -55,6 +55,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -65,8 +70,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -274,6 +280,11 @@ msgstr "آخرین به روز رسانی در" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -332,8 +343,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/fi.po b/base_exception/i18n/fi.po index e2c15c2bd..c16eed81b 100644 --- a/base_exception/i18n/fi.po +++ b/base_exception/i18n/fi.po @@ -54,6 +54,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -64,8 +69,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -270,6 +276,11 @@ msgstr "Viimeksi päivitetty" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -328,8 +339,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/fr.po b/base_exception/i18n/fr.po index fabab3915..fc62b1170 100644 --- a/base_exception/i18n/fr.po +++ b/base_exception/i18n/fr.po @@ -56,6 +56,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code #, fuzzy @@ -67,8 +72,9 @@ msgstr "Code Python" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -279,6 +285,11 @@ msgstr "Dernière mise à jour le" msgid "Main Exception" msgstr "Exception principale" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -338,8 +349,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/fr_CA.po b/base_exception/i18n/fr_CA.po index 37a8f8036..5896bd74e 100644 --- a/base_exception/i18n/fr_CA.po +++ b/base_exception/i18n/fr_CA.po @@ -55,6 +55,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -65,8 +70,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -271,6 +277,11 @@ msgstr "Dernière mise à jour le" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -329,8 +340,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/fr_CH.po b/base_exception/i18n/fr_CH.po index c88872c7e..03bbe40d3 100644 --- a/base_exception/i18n/fr_CH.po +++ b/base_exception/i18n/fr_CH.po @@ -55,6 +55,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -65,8 +70,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -269,6 +275,11 @@ msgstr "Modifié le" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -327,8 +338,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/gl.po b/base_exception/i18n/gl.po index 9ab441bb5..5d75b0966 100644 --- a/base_exception/i18n/gl.po +++ b/base_exception/i18n/gl.po @@ -54,6 +54,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -64,8 +69,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -270,6 +276,11 @@ msgstr "Última actualización en" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -328,8 +339,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/gl_ES.po b/base_exception/i18n/gl_ES.po index 4bcefecc7..6efaa0862 100644 --- a/base_exception/i18n/gl_ES.po +++ b/base_exception/i18n/gl_ES.po @@ -55,6 +55,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -65,8 +70,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -269,6 +275,11 @@ msgstr "" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -326,8 +337,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/he.po b/base_exception/i18n/he.po index d204dcee3..8f5a6df1c 100644 --- a/base_exception/i18n/he.po +++ b/base_exception/i18n/he.po @@ -54,6 +54,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -64,8 +69,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -270,6 +276,11 @@ msgstr "עודכן לאחרונה על" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -328,8 +339,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/hr.po b/base_exception/i18n/hr.po index 9b9a25615..568d8d129 100644 --- a/base_exception/i18n/hr.po +++ b/base_exception/i18n/hr.po @@ -56,6 +56,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -66,8 +71,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -274,6 +280,11 @@ msgstr "Zadnje ažuriranje" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -332,8 +343,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/hr_HR.po b/base_exception/i18n/hr_HR.po index 8156e25de..cbfe06d9e 100644 --- a/base_exception/i18n/hr_HR.po +++ b/base_exception/i18n/hr_HR.po @@ -56,6 +56,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -66,8 +71,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -272,6 +278,11 @@ msgstr "Zadnje ažurirano" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -330,8 +341,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/hu.po b/base_exception/i18n/hu.po index 77749ceb1..adf31a32a 100644 --- a/base_exception/i18n/hu.po +++ b/base_exception/i18n/hu.po @@ -54,6 +54,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -64,8 +69,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -270,6 +276,11 @@ msgstr "Utoljára frissítve " msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -328,8 +339,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/id.po b/base_exception/i18n/id.po index 31f886426..7da2e92ce 100644 --- a/base_exception/i18n/id.po +++ b/base_exception/i18n/id.po @@ -54,6 +54,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -64,8 +69,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -270,6 +276,11 @@ msgstr "Diperbaharui pada" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -328,8 +339,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/it.po b/base_exception/i18n/it.po index 9879efbc5..c19715106 100644 --- a/base_exception/i18n/it.po +++ b/base_exception/i18n/it.po @@ -9,14 +9,15 @@ msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-08-01 02:43+0000\n" -"PO-Revision-Date: 2017-08-01 02:43+0000\n" -"Last-Translator: OCA Transbot , 2017\n" +"PO-Revision-Date: 2022-03-16 13:17+0000\n" +"Last-Translator: Francesco Foresti \n" "Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\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" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.3.2\n" #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 @@ -54,6 +55,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -64,8 +70,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -263,13 +270,18 @@ msgstr "Last Updated by" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date msgid "Last Updated on" -msgstr "Last Updated on" +msgstr "Ultimo aggiornamento il" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -328,8 +340,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/ja.po b/base_exception/i18n/ja.po index f21db3f31..f5cc5d65f 100644 --- a/base_exception/i18n/ja.po +++ b/base_exception/i18n/ja.po @@ -54,6 +54,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -64,8 +69,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -270,6 +276,11 @@ msgstr "最終更新日" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -328,8 +339,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/ko.po b/base_exception/i18n/ko.po index 75e01df21..3a3b38a40 100644 --- a/base_exception/i18n/ko.po +++ b/base_exception/i18n/ko.po @@ -54,6 +54,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -64,8 +69,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -270,6 +276,11 @@ msgstr "최근 갱신 날짜" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -328,8 +339,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/lt.po b/base_exception/i18n/lt.po index b76b0e08a..e2b019a50 100644 --- a/base_exception/i18n/lt.po +++ b/base_exception/i18n/lt.po @@ -55,6 +55,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -65,8 +70,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -271,6 +277,11 @@ msgstr "Paskutinį kartą atnaujinta" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -329,8 +340,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/lt_LT.po b/base_exception/i18n/lt_LT.po index 051d578d4..5ed7e7be8 100644 --- a/base_exception/i18n/lt_LT.po +++ b/base_exception/i18n/lt_LT.po @@ -56,6 +56,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -66,8 +71,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -270,6 +276,11 @@ msgstr "Paskutinį kartą atnaujinta" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -328,8 +339,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/lv.po b/base_exception/i18n/lv.po index 136640050..8184495a3 100644 --- a/base_exception/i18n/lv.po +++ b/base_exception/i18n/lv.po @@ -55,6 +55,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -65,8 +70,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -271,6 +277,11 @@ msgstr "Pēdējās izmaiņas" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -329,8 +340,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/mk.po b/base_exception/i18n/mk.po index 833fcffb8..d2a110211 100644 --- a/base_exception/i18n/mk.po +++ b/base_exception/i18n/mk.po @@ -54,6 +54,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -64,8 +69,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -270,6 +276,11 @@ msgstr "Последно ажурирање на" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -328,8 +339,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/mn.po b/base_exception/i18n/mn.po index bd8d3ab43..edbe6f927 100644 --- a/base_exception/i18n/mn.po +++ b/base_exception/i18n/mn.po @@ -54,6 +54,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -64,8 +69,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -270,6 +276,11 @@ msgstr "Сүүлийн засвар хийсэн огноо" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -328,8 +339,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/nb.po b/base_exception/i18n/nb.po index fffffe168..41edae392 100644 --- a/base_exception/i18n/nb.po +++ b/base_exception/i18n/nb.po @@ -55,6 +55,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -65,8 +70,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -271,6 +277,11 @@ msgstr "Sist oppdatert" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -329,8 +340,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/nb_NO.po b/base_exception/i18n/nb_NO.po index 4f701143f..2c07e7579 100644 --- a/base_exception/i18n/nb_NO.po +++ b/base_exception/i18n/nb_NO.po @@ -55,6 +55,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -65,8 +70,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -269,6 +275,11 @@ msgstr "Sist oppdatert den" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -327,8 +338,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/nl.po b/base_exception/i18n/nl.po index 7d8f122dd..6fb4a7541 100644 --- a/base_exception/i18n/nl.po +++ b/base_exception/i18n/nl.po @@ -54,6 +54,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -64,8 +69,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -270,6 +276,11 @@ msgstr "Laatst bijgewerkt op" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -328,8 +339,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/nl_BE.po b/base_exception/i18n/nl_BE.po index 2e7fc7582..6ac2b9e56 100644 --- a/base_exception/i18n/nl_BE.po +++ b/base_exception/i18n/nl_BE.po @@ -55,6 +55,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -65,8 +70,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -271,6 +277,11 @@ msgstr "Laatst bijgewerkt op" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -329,8 +340,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/nl_NL.po b/base_exception/i18n/nl_NL.po index ca2c8ca9b..0f1bbdb37 100644 --- a/base_exception/i18n/nl_NL.po +++ b/base_exception/i18n/nl_NL.po @@ -55,6 +55,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -65,8 +70,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -274,6 +280,11 @@ msgstr "Laatst bijgewerkt op" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -334,8 +345,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/pl.po b/base_exception/i18n/pl.po index a85cc224c..7250942ca 100644 --- a/base_exception/i18n/pl.po +++ b/base_exception/i18n/pl.po @@ -56,6 +56,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -66,8 +71,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -272,6 +278,11 @@ msgstr "Ostatnia zmiana" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -330,8 +341,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/pt.po b/base_exception/i18n/pt.po index 689ee3231..02a51d0f2 100644 --- a/base_exception/i18n/pt.po +++ b/base_exception/i18n/pt.po @@ -56,6 +56,11 @@ msgstr "" msgid "By domain" msgstr "Por domínio" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -66,13 +71,10 @@ msgstr "Por código Python" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" -"Por código python: permite definir qualquer verificação arbitrária\n" -"Por domínio: limitado a uma seleção por um domínio Odoo:\n" -" o desempenho pode ser superior quando as exceções são " -"avaliadas com vários registos" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception__changeset_change_ids @@ -280,6 +282,11 @@ msgstr "Última Atualização Em" msgid "Main Exception" msgstr "Exceção Principal" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -339,11 +346,9 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" -"Há um problema de configuração. Falta código python ou um domínio para " -"verificação do tipo de exceção." #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form @@ -377,5 +382,23 @@ msgstr "" msgid "_Close" msgstr "_Fechar" +#~ msgid "" +#~ "By python code: allow to define any arbitrary check\n" +#~ "By domain: limited to a selection by an odoo domain:\n" +#~ " performance can be better when exceptions are " +#~ "evaluated with several records" +#~ msgstr "" +#~ "Por código python: permite definir qualquer verificação arbitrária\n" +#~ "Por domínio: limitado a uma seleção por um domínio Odoo:\n" +#~ " o desempenho pode ser superior quando as exceções " +#~ "são avaliadas com vários registos" + +#~ msgid "" +#~ "There is a problem of configuration, python code or domain is missing to " +#~ "match the exception type." +#~ msgstr "" +#~ "Há um problema de configuração. Falta código python ou um domínio para " +#~ "verificação do tipo de exceção." + #~ msgid "time: useful Python libraries" #~ msgstr "time: bibliotecas Python úteis" diff --git a/base_exception/i18n/pt_BR.po b/base_exception/i18n/pt_BR.po index 00c1983f1..4f9834181 100644 --- a/base_exception/i18n/pt_BR.po +++ b/base_exception/i18n/pt_BR.po @@ -57,6 +57,11 @@ msgstr "" msgid "By domain" msgstr "Por domínio" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -67,13 +72,10 @@ msgstr "Por código python" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" -"Por código python: permite definir qualquer verificação arbitrária\n" -"Por domínio: limitado a uma seleção por um domínio odoo:\n" -" o desempenho pode ser melhor quando exceções são avaliadas com " -"vários registros" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception__changeset_change_ids @@ -280,6 +282,11 @@ msgstr "Última Atualização em" msgid "Main Exception" msgstr "Exceção Principal" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -339,11 +346,9 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" -"Há um problema de configuração, está faltando código ou domínio python para " -"corresponder ao tipo de exceção." #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form @@ -377,6 +382,24 @@ msgstr "" msgid "_Close" msgstr "_Fechar" +#~ msgid "" +#~ "By python code: allow to define any arbitrary check\n" +#~ "By domain: limited to a selection by an odoo domain:\n" +#~ " performance can be better when exceptions are " +#~ "evaluated with several records" +#~ msgstr "" +#~ "Por código python: permite definir qualquer verificação arbitrária\n" +#~ "Por domínio: limitado a uma seleção por um domínio odoo:\n" +#~ " o desempenho pode ser melhor quando exceções são avaliadas " +#~ "com vários registros" + +#~ msgid "" +#~ "There is a problem of configuration, python code or domain is missing to " +#~ "match the exception type." +#~ msgstr "" +#~ "Há um problema de configuração, está faltando código ou domínio python " +#~ "para corresponder ao tipo de exceção." + #~ msgid "time: useful Python libraries" #~ msgstr "time: bibliotecas python usáveis" diff --git a/base_exception/i18n/pt_PT.po b/base_exception/i18n/pt_PT.po index b4f3b5a43..a3b14f853 100644 --- a/base_exception/i18n/pt_PT.po +++ b/base_exception/i18n/pt_PT.po @@ -55,6 +55,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -65,8 +70,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -271,6 +277,11 @@ msgstr "Última Atualização Em" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -329,8 +340,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/ro.po b/base_exception/i18n/ro.po index 56ba6ad54..a46109e19 100644 --- a/base_exception/i18n/ro.po +++ b/base_exception/i18n/ro.po @@ -56,6 +56,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -66,8 +71,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -272,6 +278,11 @@ msgstr "Ultima actualizare la" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -330,8 +341,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/ru.po b/base_exception/i18n/ru.po index 0a496e6fa..ab3fdb98c 100644 --- a/base_exception/i18n/ru.po +++ b/base_exception/i18n/ru.po @@ -56,6 +56,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -66,8 +71,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -272,6 +278,11 @@ msgstr "Последний раз обновлено" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -330,8 +341,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/sk.po b/base_exception/i18n/sk.po index a380c3508..390968d5c 100644 --- a/base_exception/i18n/sk.po +++ b/base_exception/i18n/sk.po @@ -54,6 +54,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -64,8 +69,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -270,6 +276,11 @@ msgstr "Naposledy upravované" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -328,8 +339,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/sl.po b/base_exception/i18n/sl.po index 7c1e77230..69eb392fa 100644 --- a/base_exception/i18n/sl.po +++ b/base_exception/i18n/sl.po @@ -55,6 +55,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -65,8 +70,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -271,6 +277,11 @@ msgstr "Zadnjič posodobljeno" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -329,8 +340,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/sr.po b/base_exception/i18n/sr.po index fbfd17672..3442cda4f 100644 --- a/base_exception/i18n/sr.po +++ b/base_exception/i18n/sr.po @@ -55,6 +55,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -65,8 +70,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -271,6 +277,11 @@ msgstr "" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -329,8 +340,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/sr@latin.po b/base_exception/i18n/sr@latin.po index f7d0d767b..201818542 100644 --- a/base_exception/i18n/sr@latin.po +++ b/base_exception/i18n/sr@latin.po @@ -56,6 +56,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -66,8 +71,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -272,6 +278,11 @@ msgstr "Zadnja izmjena" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -330,8 +341,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/sv.po b/base_exception/i18n/sv.po index ef36ba2a5..b7539b8c8 100644 --- a/base_exception/i18n/sv.po +++ b/base_exception/i18n/sv.po @@ -54,6 +54,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -64,8 +69,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -270,6 +276,11 @@ msgstr "Senast uppdaterad" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -328,8 +339,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/th.po b/base_exception/i18n/th.po index 363610fe3..6b8f8c71f 100644 --- a/base_exception/i18n/th.po +++ b/base_exception/i18n/th.po @@ -54,6 +54,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -64,8 +69,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -270,6 +276,11 @@ msgstr "อัพเดทครั้งสุดท้ายเมื่อ" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -328,8 +339,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/tr.po b/base_exception/i18n/tr.po index 5532f0481..d4db30368 100644 --- a/base_exception/i18n/tr.po +++ b/base_exception/i18n/tr.po @@ -54,6 +54,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -64,8 +69,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -270,6 +276,11 @@ msgstr "Son güncellenme" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -328,8 +339,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/tr_TR.po b/base_exception/i18n/tr_TR.po index fa7e610ea..c729289f5 100644 --- a/base_exception/i18n/tr_TR.po +++ b/base_exception/i18n/tr_TR.po @@ -55,6 +55,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -65,8 +70,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -271,6 +277,11 @@ msgstr "En son güncelleme tarihi" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -329,8 +340,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/uk.po b/base_exception/i18n/uk.po index 374807e9b..a8e5b660a 100644 --- a/base_exception/i18n/uk.po +++ b/base_exception/i18n/uk.po @@ -55,6 +55,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -65,8 +70,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -271,6 +277,11 @@ msgstr "Останнє оновлення" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -329,8 +340,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/vi.po b/base_exception/i18n/vi.po index 18d893a19..b6691e981 100644 --- a/base_exception/i18n/vi.po +++ b/base_exception/i18n/vi.po @@ -54,6 +54,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -64,8 +69,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -270,6 +276,11 @@ msgstr "Cập nhật lần cuối vào" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -328,8 +339,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/vi_VN.po b/base_exception/i18n/vi_VN.po index 1fa86cf1a..a2d091b19 100644 --- a/base_exception/i18n/vi_VN.po +++ b/base_exception/i18n/vi_VN.po @@ -55,6 +55,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -65,8 +70,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -271,6 +277,11 @@ msgstr "Cập nhật lần cuối vào" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -329,8 +340,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/i18n/zh_CN.po b/base_exception/i18n/zh_CN.po index 90f2bc155..b3823cee9 100644 --- a/base_exception/i18n/zh_CN.po +++ b/base_exception/i18n/zh_CN.po @@ -56,6 +56,11 @@ msgstr "" msgid "By domain" msgstr "通过域" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -66,12 +71,10 @@ msgstr "通过python代码" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" -"通过python代码:允许定义任意检查\n" -"通过域: 仅限于odoo域的选择:\n" -" 在评估异常情况时 可以使用几种记录来改进性能" #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception__changeset_change_ids @@ -278,6 +281,11 @@ msgstr "最后更新时间" msgid "Main Exception" msgstr "主要异常" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -335,9 +343,9 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." -msgstr "存在配置问题,缺少python代码或域以匹配异常类型。" +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." +msgstr "" #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form @@ -369,5 +377,20 @@ msgstr "" msgid "_Close" msgstr "关闭" +#~ msgid "" +#~ "By python code: allow to define any arbitrary check\n" +#~ "By domain: limited to a selection by an odoo domain:\n" +#~ " performance can be better when exceptions are " +#~ "evaluated with several records" +#~ msgstr "" +#~ "通过python代码:允许定义任意检查\n" +#~ "通过域: 仅限于odoo域的选择:\n" +#~ " 在评估异常情况时 可以使用几种记录来改进性能" + +#~ msgid "" +#~ "There is a problem of configuration, python code or domain is missing to " +#~ "match the exception type." +#~ msgstr "存在配置问题,缺少python代码或域以匹配异常类型。" + #~ msgid "time: useful Python libraries" #~ msgstr "time: 有用的Python库" diff --git a/base_exception/i18n/zh_TW.po b/base_exception/i18n/zh_TW.po index 4a209c1d4..01bd88860 100644 --- a/base_exception/i18n/zh_TW.po +++ b/base_exception/i18n/zh_TW.po @@ -55,6 +55,11 @@ msgstr "" msgid "By domain" msgstr "" +#. module: base_exception +#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method +msgid "By method" +msgstr "" + #. module: base_exception #: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code msgid "By python code" @@ -65,8 +70,9 @@ msgstr "" msgid "" "By python code: allow to define any arbitrary check\n" "By domain: limited to a selection by an odoo domain:\n" -" performance can be better when exceptions are " -"evaluated with several records" +" performance can be better when exceptions are evaluated " +"with several records\n" +"By method: allow to select an existing check method" msgstr "" #. module: base_exception @@ -271,6 +277,11 @@ msgstr "最後更新於" msgid "Main Exception" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method +msgid "Method" +msgstr "" + #. module: base_exception #: code:addons/base_exception/wizard/base_exception_confirm.py:0 #, python-format @@ -329,8 +340,8 @@ msgstr "" #: code:addons/base_exception/models/base_exception.py:0 #, python-format msgid "" -"There is a problem of configuration, python code or domain is missing to " -"match the exception type." +"There is a problem of configuration, python code, domain or method is " +"missing to match the exception type." msgstr "" #. module: base_exception diff --git a/base_exception/models/base_exception.py b/base_exception/models/base_exception.py index a78a44589..71236c9c9 100644 --- a/base_exception/models/base_exception.py +++ b/base_exception/models/base_exception.py @@ -69,7 +69,7 @@ class ExceptionRule(models.Model): ) def _get_domain(self): - """ override me to customize domains according exceptions cases """ + """override me to customize domains according exceptions cases""" self.ensure_one() return safe_eval(self.domain) diff --git a/base_exception/static/description/index.html b/base_exception/static/description/index.html index 16947a09e..2f90063f0 100644 --- a/base_exception/static/description/index.html +++ b/base_exception/static/description/index.html @@ -436,6 +436,8 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

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.

+

Current maintainers:

+

hparfr sebastienbeau

This module is part of the OCA/server-tools project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

diff --git a/base_exception/tests/__init__.py b/base_exception/tests/__init__.py index 9a972aeab..101708f28 100644 --- a/base_exception/tests/__init__.py +++ b/base_exception/tests/__init__.py @@ -1,3 +1 @@ -from . import common -from . import purchase_test from . import test_base_exception diff --git a/base_exception/tests/common.py b/base_exception/tests/common.py deleted file mode 100644 index cd37e0d14..000000000 --- a/base_exception/tests/common.py +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 2017 ACSONE SA/NV () -# Copyright 2020 Hibou Corp. -# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). - - -def setup_test_model(env, model_clses): - for model_cls in model_clses: - model_cls._build_model(env.registry, env.cr) - - env.registry.setup_models(env.cr) - env.registry.init_models( - env.cr, - [model_cls._name for model_cls in model_clses], - dict(env.context, update_custom_fields=True), - ) diff --git a/base_exception/tests/purchase_test.py b/base_exception/tests/purchase_test.py index 450284f6a..04baa099e 100644 --- a/base_exception/tests/purchase_test.py +++ b/base_exception/tests/purchase_test.py @@ -11,12 +11,17 @@ class ExceptionRule(models.Model): method = fields.Selection( selection_add=[("exception_method_no_zip", "Purchase exception no zip")] ) + model = fields.Selection( + selection_add=[("base.exception.test.purchase", "Purchase Test")], + ondelete={"base.exception.test.purchase": "cascade"}, + ) + test_purchase_ids = fields.Many2many("base.exception.test.purchase") class PurchaseTest(models.Model): _inherit = "base.exception" _name = "base.exception.test.purchase" - _description = "Base Ecxeption Test Model" + _description = "Base Exception Test Model" name = fields.Char(required=True) user_id = fields.Many2one("res.users", string="Responsible") diff --git a/base_exception/tests/test_base_exception.py b/base_exception/tests/test_base_exception.py index 0ee697a3f..144c84309 100644 --- a/base_exception/tests/test_base_exception.py +++ b/base_exception/tests/test_base_exception.py @@ -2,115 +2,107 @@ # Copyright 2020 Hibou Corp. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). -import logging -from odoo import fields +from odoo_test_helper import FakeModelLoader + from odoo.exceptions import UserError, ValidationError -from odoo.tests import common - -from .common import setup_test_model -from .purchase_test import LineTest, PurchaseTest - -_logger = logging.getLogger(__name__) +from odoo.tests import SavepointCase -@common.tagged("post_install", "-at_install") -class TestBaseException(common.SavepointCase): +class TestBaseException(SavepointCase): @classmethod def setUpClass(cls): - super(TestBaseException, cls).setUpClass() - setup_test_model(cls.env, [PurchaseTest, LineTest, ExceptionRule]) + super().setUpClass() - cls.base_exception = cls.env["base.exception"] - cls.exception_rule = cls.env["exception.rule"] - if "test_purchase_ids" not in cls.exception_rule._fields: - field = fields.Many2many("base.exception.test.purchase") - cls.exception_rule._add_field("test_purchase_ids", field) - cls.exception_rule._fields["test_purchase_ids"].depends_context = None - cls.exception_confirm = cls.env["exception.rule.confirm"] - cls.exception_rule._fields["model"].selection.append( - ("base.exception.test.purchase", "Purchase Order") + cls.loader = FakeModelLoader(cls.env, cls.__module__) + cls.loader.backup_registry() + from .purchase_test import ExceptionRule, LineTest, PurchaseTest + + cls.loader.update_registry((ExceptionRule, LineTest, PurchaseTest)) + + cls.partner = cls.env["res.partner"].create({"name": "Foo"}) + cls.po = cls.env["base.exception.test.purchase"].create( + { + "name": "Test base exception to basic purchase", + "partner_id": cls.partner.id, + "line_ids": [ + (0, 0, {"name": "line test", "amount": 120.0, "qty": 1.5}) + ], + } ) - - cls.exception_rule._fields["model"].selection.append( - ("base.exception.test.purchase.line", "Purchase Order Line") - ) - - cls.exceptionnozip = cls.env["exception.rule"].create( + cls.exception_rule = cls.env["exception.rule"].create( { "name": "No ZIP code on destination", "sequence": 10, "model": "base.exception.test.purchase", "code": "if not self.partner_id.zip: failed=True", + "exception_type": "by_py_code", } ) - cls.exceptionno_minorder = cls.env["exception.rule"].create( - { - "name": "Min order except", - "sequence": 10, - "model": "base.exception.test.purchase", - "code": "if self.amount_total <= 200.0: failed=True", - } - ) + @classmethod + def tearDownClass(cls): + cls.loader.restore_registry() + super().tearDownClass() - cls.exceptionno_lineqty = cls.env["exception.rule"].create( - { - "name": "Qty > 0", - "sequence": 10, - "model": "base.exception.test.purchase.line", - "code": "if obj.qty <= 0: failed=True", - } - ) + def test_valid(self): + self.exception_rule.active = False + self.po.button_confirm() + self.assertFalse(self.po.exception_ids) - def test_purchase_order_exception(self): - partner = self.env.ref("base.res_partner_1") - partner.zip = False - potest1 = self.env["base.exception.test.purchase"].create( + def test_fail_by_py(self): + with self.assertRaises(ValidationError): + self.po.button_confirm() + self.assertTrue(self.po.exception_ids) + + def test_fail_by_domain(self): + self.exception_rule.write( { - "name": "Test base exception to basic purchase", - "partner_id": partner.id, - "line_ids": [ - (0, 0, {"name": "line test", "amount": 120.0, "qty": 1.5}) - ], + "domain": "[('partner_id.zip', '=', False)]", + "exception_type": "by_domain", } ) + with self.assertRaises(ValidationError): + self.po.button_confirm() + self.assertTrue(self.po.exception_ids) + + def test_fail_by_method(self): + self.exception_rule.write( + { + "method": "exception_method_no_zip", + "exception_type": "by_method", + } + ) + with self.assertRaises(ValidationError): + self.po.button_confirm() + self.assertTrue(self.po.exception_ids) + + def test_ignorable_exception(self): # Block because of exception during validation with self.assertRaises(ValidationError): - potest1.button_confirm() + self.po.button_confirm() # Test that we have linked exceptions - self.assertTrue(potest1.exception_ids) + self.assertTrue(self.po.exception_ids) # Test ignore exeception make possible for the po to validate - potest1.action_ignore_exceptions() - self.assertTrue(potest1.ignore_exception) - self.assertFalse(potest1.exceptions_summary) - potest1.button_confirm() - self.assertTrue(potest1.state == "purchase") + self.po.action_ignore_exceptions() + self.assertTrue(self.po.ignore_exception) + self.assertFalse(self.po.exceptions_summary) + self.po.button_confirm() + self.assertEqual(self.po.state, "purchase") - def test_purchase_order_exception_blocking(self): - self.exceptionnozip.is_blocking = True - partner = self.env.ref("base.res_partner_1") - partner.zip = False - potest1 = self.env["base.exception.test.purchase"].create( - { - "name": "Test base exception to basic purchase", - "partner_id": partner.id, - "line_ids": [ - (0, 0, {"name": "line test", "amount": 120.0, "qty": 1.5}) - ], - } - ) + def test_blocking_exception(self): + self.exception_rule.is_blocking = True # Block because of exception during validation with self.assertRaises(ValidationError): - potest1.button_confirm() + self.po.button_confirm() # Test that we have linked exceptions - self.assertTrue(potest1.exception_ids) - self.assertTrue(potest1.exceptions_summary) + self.assertTrue(self.po.exception_ids) + self.assertTrue(self.po.exceptions_summary) # Test cannot ignore blocked exception with self.assertRaises(UserError): - potest1.action_ignore_exceptions() - self.assertFalse(potest1.ignore_exception) + self.po.action_ignore_exceptions() + self.assertFalse(self.po.ignore_exception) with self.assertRaises(ValidationError): - potest1.button_confirm() - self.assertTrue(potest1.exception_ids) - self.assertTrue(potest1.exceptions_summary) + self.po.button_confirm() + self.assertTrue(self.po.exception_ids) + self.assertTrue(self.po.exceptions_summary)