diff --git a/base_exception/__manifest__.py b/base_exception/__manifest__.py index 3d5256341..c4a57fb75 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.0.3", + "version": "14.0.1.1.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 a52f09233..09e74ce1e 100644 --- a/base_exception/i18n/am.po +++ b/base_exception/i18n/am.po @@ -18,6 +18,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -234,6 +240,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -305,6 +316,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -333,6 +350,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/ar.po b/base_exception/i18n/ar.po index 239a9f5f5..1bc02e8db 100644 --- a/base_exception/i18n/ar.po +++ b/base_exception/i18n/ar.po @@ -20,6 +20,12 @@ msgstr "" "&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" "X-Generator: Weblate 3.0.1\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -244,6 +250,11 @@ msgstr "المعرف" msgid "Ignore Exceptions" msgstr "تجاهل الخلل" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -314,6 +325,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -342,6 +359,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/base_exception.pot b/base_exception/i18n/base_exception.pot index f35959da1..5e51ce84b 100644 --- a/base_exception/i18n/base_exception.pot +++ b/base_exception/i18n/base_exception.pot @@ -13,6 +13,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: \n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -228,6 +234,11 @@ msgstr "" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -298,6 +309,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -326,6 +343,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/bg.po b/base_exception/i18n/bg.po index 03edd87dc..6b89dd15a 100644 --- a/base_exception/i18n/bg.po +++ b/base_exception/i18n/bg.po @@ -18,6 +18,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -236,6 +242,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -307,6 +318,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -335,6 +352,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/bs.po b/base_exception/i18n/bs.po index 93053008d..4a847edd3 100644 --- a/base_exception/i18n/bs.po +++ b/base_exception/i18n/bs.po @@ -19,6 +19,12 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -237,6 +243,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -308,6 +319,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -336,6 +353,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/ca.po b/base_exception/i18n/ca.po index a4651246d..a81e68baf 100644 --- a/base_exception/i18n/ca.po +++ b/base_exception/i18n/ca.po @@ -18,6 +18,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -236,6 +242,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -307,6 +318,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -335,6 +352,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/cs.po b/base_exception/i18n/cs.po index de2787ae1..93736eeb6 100644 --- a/base_exception/i18n/cs.po +++ b/base_exception/i18n/cs.po @@ -18,6 +18,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -236,6 +242,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -307,6 +318,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -335,6 +352,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/cs_CZ.po b/base_exception/i18n/cs_CZ.po index 829bc461e..1b1d077b4 100644 --- a/base_exception/i18n/cs_CZ.po +++ b/base_exception/i18n/cs_CZ.po @@ -19,6 +19,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -241,6 +247,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "Ignorovat výjimky" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -313,6 +324,12 @@ msgstr "Sekvence" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -341,6 +358,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/da.po b/base_exception/i18n/da.po index 7d9f20fae..fab5c0dc3 100644 --- a/base_exception/i18n/da.po +++ b/base_exception/i18n/da.po @@ -18,6 +18,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -236,6 +242,11 @@ msgstr "Id" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -307,6 +318,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -335,6 +352,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/de.po b/base_exception/i18n/de.po index c6853f481..a291fc077 100644 --- a/base_exception/i18n/de.po +++ b/base_exception/i18n/de.po @@ -19,6 +19,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -244,6 +250,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "Ausnahmen ignorieren" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -314,6 +325,12 @@ msgstr "Reihenfolge" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -342,6 +359,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/el_GR.po b/base_exception/i18n/el_GR.po index 9520aa7af..af8ad9a8a 100644 --- a/base_exception/i18n/el_GR.po +++ b/base_exception/i18n/el_GR.po @@ -19,6 +19,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -237,6 +243,11 @@ msgstr "Κωδικός" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -308,6 +319,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -336,6 +353,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/en_GB.po b/base_exception/i18n/en_GB.po index 4ca607a00..e57ac3cc5 100644 --- a/base_exception/i18n/en_GB.po +++ b/base_exception/i18n/en_GB.po @@ -19,6 +19,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -237,6 +243,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -308,6 +319,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -336,6 +353,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/es.po b/base_exception/i18n/es.po index a956964b5..e26985d94 100644 --- a/base_exception/i18n/es.po +++ b/base_exception/i18n/es.po @@ -19,6 +19,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -244,6 +250,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "Ignorar excepciones" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -314,6 +325,12 @@ msgstr "Secuencia" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -342,6 +359,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/es_AR.po b/base_exception/i18n/es_AR.po index 98dfac231..0c0e3a619 100644 --- a/base_exception/i18n/es_AR.po +++ b/base_exception/i18n/es_AR.po @@ -19,6 +19,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -237,6 +243,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -308,6 +319,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -336,6 +353,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/es_CL.po b/base_exception/i18n/es_CL.po index 9fcc8830e..96f186ea7 100644 --- a/base_exception/i18n/es_CL.po +++ b/base_exception/i18n/es_CL.po @@ -19,6 +19,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -237,6 +243,11 @@ msgstr "ID (identificación)" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -308,6 +319,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -336,6 +353,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/es_CO.po b/base_exception/i18n/es_CO.po index c416ebed3..768a1ffdd 100644 --- a/base_exception/i18n/es_CO.po +++ b/base_exception/i18n/es_CO.po @@ -19,6 +19,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -237,6 +243,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -308,6 +319,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -336,6 +353,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/es_CR.po b/base_exception/i18n/es_CR.po index 864ac1d27..f3ec6c1c8 100644 --- a/base_exception/i18n/es_CR.po +++ b/base_exception/i18n/es_CR.po @@ -19,6 +19,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -237,6 +243,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -308,6 +319,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -336,6 +353,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/es_DO.po b/base_exception/i18n/es_DO.po index ad161d04d..e709838ce 100644 --- a/base_exception/i18n/es_DO.po +++ b/base_exception/i18n/es_DO.po @@ -19,6 +19,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -237,6 +243,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -308,6 +319,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -336,6 +353,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/es_EC.po b/base_exception/i18n/es_EC.po index 0c69a4c12..c845ad61c 100644 --- a/base_exception/i18n/es_EC.po +++ b/base_exception/i18n/es_EC.po @@ -19,6 +19,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -237,6 +243,11 @@ msgstr "ID (identificación)" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -308,6 +319,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -336,6 +353,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/es_ES.po b/base_exception/i18n/es_ES.po index 5d91ea557..187c3bb71 100644 --- a/base_exception/i18n/es_ES.po +++ b/base_exception/i18n/es_ES.po @@ -19,6 +19,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -235,6 +241,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -306,6 +317,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -334,6 +351,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/es_MX.po b/base_exception/i18n/es_MX.po index 8defb3028..45f4cafab 100644 --- a/base_exception/i18n/es_MX.po +++ b/base_exception/i18n/es_MX.po @@ -19,6 +19,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -237,6 +243,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -308,6 +319,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -336,6 +353,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/es_PE.po b/base_exception/i18n/es_PE.po index 749868592..775fd3ebd 100644 --- a/base_exception/i18n/es_PE.po +++ b/base_exception/i18n/es_PE.po @@ -19,6 +19,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -237,6 +243,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -308,6 +319,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -336,6 +353,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/es_PY.po b/base_exception/i18n/es_PY.po index 7172a98b6..866ed1c6a 100644 --- a/base_exception/i18n/es_PY.po +++ b/base_exception/i18n/es_PY.po @@ -19,6 +19,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -237,6 +243,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -308,6 +319,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -336,6 +353,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/es_VE.po b/base_exception/i18n/es_VE.po index 896c1b6a5..411abbd47 100644 --- a/base_exception/i18n/es_VE.po +++ b/base_exception/i18n/es_VE.po @@ -19,6 +19,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -237,6 +243,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -308,6 +319,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -336,6 +353,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/et.po b/base_exception/i18n/et.po index c82657781..ce5b2319f 100644 --- a/base_exception/i18n/et.po +++ b/base_exception/i18n/et.po @@ -18,6 +18,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -236,6 +242,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -307,6 +318,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -335,6 +352,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/eu.po b/base_exception/i18n/eu.po index d0603decf..212b45fb4 100644 --- a/base_exception/i18n/eu.po +++ b/base_exception/i18n/eu.po @@ -18,6 +18,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -236,6 +242,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -307,6 +318,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -335,6 +352,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/fa.po b/base_exception/i18n/fa.po index 9a5fc8a00..5c6f2dfdb 100644 --- a/base_exception/i18n/fa.po +++ b/base_exception/i18n/fa.po @@ -19,6 +19,12 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 3.0.1\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -240,6 +246,11 @@ msgstr "شناسه" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -311,6 +322,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -339,6 +356,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/fi.po b/base_exception/i18n/fi.po index c077c33f0..e2c15c2bd 100644 --- a/base_exception/i18n/fi.po +++ b/base_exception/i18n/fi.po @@ -18,6 +18,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -236,6 +242,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -307,6 +318,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -335,6 +352,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/fr.po b/base_exception/i18n/fr.po index 15b6525c0..fabab3915 100644 --- a/base_exception/i18n/fr.po +++ b/base_exception/i18n/fr.po @@ -20,6 +20,12 @@ msgstr "" "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 "" + #. 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." @@ -245,6 +251,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "Ignorer les exceptions" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -317,6 +328,12 @@ msgstr "Séquence" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -345,6 +362,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/fr_CA.po b/base_exception/i18n/fr_CA.po index cf499ea78..37a8f8036 100644 --- a/base_exception/i18n/fr_CA.po +++ b/base_exception/i18n/fr_CA.po @@ -19,6 +19,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -237,6 +243,11 @@ msgstr "Identifiant" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -308,6 +319,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -336,6 +353,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/fr_CH.po b/base_exception/i18n/fr_CH.po index 0b01c150c..c88872c7e 100644 --- a/base_exception/i18n/fr_CH.po +++ b/base_exception/i18n/fr_CH.po @@ -19,6 +19,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -235,6 +241,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -306,6 +317,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -334,6 +351,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/gl.po b/base_exception/i18n/gl.po index 9bc7f86c9..9ab441bb5 100644 --- a/base_exception/i18n/gl.po +++ b/base_exception/i18n/gl.po @@ -18,6 +18,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -236,6 +242,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -307,6 +318,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -335,6 +352,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/gl_ES.po b/base_exception/i18n/gl_ES.po index ef7279160..4bcefecc7 100644 --- a/base_exception/i18n/gl_ES.po +++ b/base_exception/i18n/gl_ES.po @@ -19,6 +19,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -235,6 +241,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -305,6 +316,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -333,6 +350,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/he.po b/base_exception/i18n/he.po index a0613d1b5..d204dcee3 100644 --- a/base_exception/i18n/he.po +++ b/base_exception/i18n/he.po @@ -18,6 +18,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -236,6 +242,11 @@ msgstr "מזהה" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -307,6 +318,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -335,6 +352,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/hr.po b/base_exception/i18n/hr.po index b33e237ee..9b9a25615 100644 --- a/base_exception/i18n/hr.po +++ b/base_exception/i18n/hr.po @@ -20,6 +20,12 @@ msgstr "" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -240,6 +246,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -311,6 +322,12 @@ msgstr "Sekvenca" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -339,6 +356,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/hr_HR.po b/base_exception/i18n/hr_HR.po index d23712df2..8156e25de 100644 --- a/base_exception/i18n/hr_HR.po +++ b/base_exception/i18n/hr_HR.po @@ -20,6 +20,12 @@ msgstr "" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -238,6 +244,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -309,6 +320,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -337,6 +354,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/hu.po b/base_exception/i18n/hu.po index 5f89c878f..77749ceb1 100644 --- a/base_exception/i18n/hu.po +++ b/base_exception/i18n/hu.po @@ -18,6 +18,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -236,6 +242,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -307,6 +318,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -335,6 +352,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/id.po b/base_exception/i18n/id.po index d623cc84d..31f886426 100644 --- a/base_exception/i18n/id.po +++ b/base_exception/i18n/id.po @@ -18,6 +18,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=1; plural=0;\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -236,6 +242,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -307,6 +318,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -335,6 +352,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/it.po b/base_exception/i18n/it.po index fcda31345..9879efbc5 100644 --- a/base_exception/i18n/it.po +++ b/base_exception/i18n/it.po @@ -18,6 +18,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -236,6 +242,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -307,6 +318,12 @@ msgstr "Sequenza" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -335,6 +352,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/ja.po b/base_exception/i18n/ja.po index 5c4b525ad..f21db3f31 100644 --- a/base_exception/i18n/ja.po +++ b/base_exception/i18n/ja.po @@ -18,6 +18,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=1; plural=0;\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -236,6 +242,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -307,6 +318,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -335,6 +352,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/ko.po b/base_exception/i18n/ko.po index e55a1d083..75e01df21 100644 --- a/base_exception/i18n/ko.po +++ b/base_exception/i18n/ko.po @@ -18,6 +18,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=1; plural=0;\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -236,6 +242,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -307,6 +318,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -335,6 +352,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/lt.po b/base_exception/i18n/lt.po index 04a073c6d..b76b0e08a 100644 --- a/base_exception/i18n/lt.po +++ b/base_exception/i18n/lt.po @@ -19,6 +19,12 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" "%100<10 || n%100>=20) ? 1 : 2);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -237,6 +243,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -308,6 +319,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -336,6 +353,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/lt_LT.po b/base_exception/i18n/lt_LT.po index 9a79b0f01..051d578d4 100644 --- a/base_exception/i18n/lt_LT.po +++ b/base_exception/i18n/lt_LT.po @@ -20,6 +20,12 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" "%100<10 || n%100>=20) ? 1 : 2);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -236,6 +242,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -307,6 +318,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -335,6 +352,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/lv.po b/base_exception/i18n/lv.po index fb10a0302..136640050 100644 --- a/base_exception/i18n/lv.po +++ b/base_exception/i18n/lv.po @@ -19,6 +19,12 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -237,6 +243,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -308,6 +319,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -336,6 +353,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/mk.po b/base_exception/i18n/mk.po index 4483d1a0a..833fcffb8 100644 --- a/base_exception/i18n/mk.po +++ b/base_exception/i18n/mk.po @@ -18,6 +18,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -236,6 +242,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -307,6 +318,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -335,6 +352,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/mn.po b/base_exception/i18n/mn.po index 946b6b46e..bd8d3ab43 100644 --- a/base_exception/i18n/mn.po +++ b/base_exception/i18n/mn.po @@ -18,6 +18,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -236,6 +242,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -307,6 +318,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -335,6 +352,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/nb.po b/base_exception/i18n/nb.po index 8d7973520..fffffe168 100644 --- a/base_exception/i18n/nb.po +++ b/base_exception/i18n/nb.po @@ -19,6 +19,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -237,6 +243,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -308,6 +319,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -336,6 +353,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/nb_NO.po b/base_exception/i18n/nb_NO.po index 50eb3df22..4f701143f 100644 --- a/base_exception/i18n/nb_NO.po +++ b/base_exception/i18n/nb_NO.po @@ -19,6 +19,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -235,6 +241,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -306,6 +317,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -334,6 +351,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/nl.po b/base_exception/i18n/nl.po index a15c79849..7d8f122dd 100644 --- a/base_exception/i18n/nl.po +++ b/base_exception/i18n/nl.po @@ -18,6 +18,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -236,6 +242,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -307,6 +318,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -335,6 +352,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/nl_BE.po b/base_exception/i18n/nl_BE.po index 799d32a62..2e7fc7582 100644 --- a/base_exception/i18n/nl_BE.po +++ b/base_exception/i18n/nl_BE.po @@ -19,6 +19,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -237,6 +243,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -308,6 +319,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -336,6 +353,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/nl_NL.po b/base_exception/i18n/nl_NL.po index 511ee038a..ca2c8ca9b 100644 --- a/base_exception/i18n/nl_NL.po +++ b/base_exception/i18n/nl_NL.po @@ -19,6 +19,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -240,6 +246,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -313,6 +324,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -341,6 +358,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/pl.po b/base_exception/i18n/pl.po index 2b515f542..a85cc224c 100644 --- a/base_exception/i18n/pl.po +++ b/base_exception/i18n/pl.po @@ -20,6 +20,12 @@ msgstr "" "%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n" "%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -238,6 +244,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -309,6 +320,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -337,6 +354,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/pt.po b/base_exception/i18n/pt.po index 27efdc0f7..689ee3231 100644 --- a/base_exception/i18n/pt.po +++ b/base_exception/i18n/pt.po @@ -20,6 +20,12 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Weblate 3.7.1\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -246,6 +252,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "Ignorar Exceções" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -318,6 +329,12 @@ msgstr "Sequência" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -350,6 +367,11 @@ msgstr "" "Vários campos podem usar código ou expressões Python. As seguintes variáveis " "podem ser usadas:" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/pt_BR.po b/base_exception/i18n/pt_BR.po index ad6c80be3..00c1983f1 100644 --- a/base_exception/i18n/pt_BR.po +++ b/base_exception/i18n/pt_BR.po @@ -21,6 +21,12 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 3.8\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -246,6 +252,11 @@ msgstr "Identificação" msgid "Ignore Exceptions" msgstr "Ignorar Exceções" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -318,6 +329,12 @@ msgstr "Sequência" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -350,6 +367,11 @@ msgstr "" "Vários campos podem usar código python ou expressões python. As seguintes " "variáveis podem ser usadas:" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/pt_PT.po b/base_exception/i18n/pt_PT.po index 48c0552e1..b4f3b5a43 100644 --- a/base_exception/i18n/pt_PT.po +++ b/base_exception/i18n/pt_PT.po @@ -19,6 +19,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -237,6 +243,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -308,6 +319,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -336,6 +353,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/ro.po b/base_exception/i18n/ro.po index 38c1e23f3..56ba6ad54 100644 --- a/base_exception/i18n/ro.po +++ b/base_exception/i18n/ro.po @@ -20,6 +20,12 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" "2:1));\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -238,6 +244,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -309,6 +320,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -337,6 +354,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/ru.po b/base_exception/i18n/ru.po index 8e72a9598..0a496e6fa 100644 --- a/base_exception/i18n/ru.po +++ b/base_exception/i18n/ru.po @@ -20,6 +20,12 @@ msgstr "" "%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" "%100>=11 && n%100<=14)? 2 : 3);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -238,6 +244,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -309,6 +320,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -337,6 +354,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/sk.po b/base_exception/i18n/sk.po index 923c70fd6..a380c3508 100644 --- a/base_exception/i18n/sk.po +++ b/base_exception/i18n/sk.po @@ -18,6 +18,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -236,6 +242,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -307,6 +318,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -335,6 +352,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/sl.po b/base_exception/i18n/sl.po index 2c4f2d3ce..7c1e77230 100644 --- a/base_exception/i18n/sl.po +++ b/base_exception/i18n/sl.po @@ -19,6 +19,12 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" "%100==4 ? 2 : 3);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -237,6 +243,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -308,6 +319,12 @@ msgstr "Zaporedje" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -336,6 +353,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/sr.po b/base_exception/i18n/sr.po index 3a3a5d1b7..fbfd17672 100644 --- a/base_exception/i18n/sr.po +++ b/base_exception/i18n/sr.po @@ -19,6 +19,12 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -237,6 +243,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -308,6 +319,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -336,6 +353,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/sr@latin.po b/base_exception/i18n/sr@latin.po index 24f4ec223..f7d0d767b 100644 --- a/base_exception/i18n/sr@latin.po +++ b/base_exception/i18n/sr@latin.po @@ -20,6 +20,12 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -238,6 +244,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -309,6 +320,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -337,6 +354,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/sv.po b/base_exception/i18n/sv.po index 42473333f..ef36ba2a5 100644 --- a/base_exception/i18n/sv.po +++ b/base_exception/i18n/sv.po @@ -18,6 +18,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -236,6 +242,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -307,6 +318,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -335,6 +352,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/th.po b/base_exception/i18n/th.po index 98d7880d4..363610fe3 100644 --- a/base_exception/i18n/th.po +++ b/base_exception/i18n/th.po @@ -18,6 +18,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=1; plural=0;\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -236,6 +242,11 @@ msgstr "รหัส" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -307,6 +318,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -335,6 +352,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/tr.po b/base_exception/i18n/tr.po index d831b9f0c..5532f0481 100644 --- a/base_exception/i18n/tr.po +++ b/base_exception/i18n/tr.po @@ -18,6 +18,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -236,6 +242,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -307,6 +318,12 @@ msgstr "Sıra" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -335,6 +352,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/tr_TR.po b/base_exception/i18n/tr_TR.po index 6991197b8..fa7e610ea 100644 --- a/base_exception/i18n/tr_TR.po +++ b/base_exception/i18n/tr_TR.po @@ -19,6 +19,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=1; plural=0;\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -237,6 +243,11 @@ msgstr "Kimlik" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -308,6 +319,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -336,6 +353,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/uk.po b/base_exception/i18n/uk.po index a59b3ae53..374807e9b 100644 --- a/base_exception/i18n/uk.po +++ b/base_exception/i18n/uk.po @@ -19,6 +19,12 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -237,6 +243,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -308,6 +319,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -336,6 +353,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/vi.po b/base_exception/i18n/vi.po index d6ad93cc3..18d893a19 100644 --- a/base_exception/i18n/vi.po +++ b/base_exception/i18n/vi.po @@ -18,6 +18,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=1; plural=0;\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -236,6 +242,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -307,6 +318,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -335,6 +352,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/vi_VN.po b/base_exception/i18n/vi_VN.po index e08635e2d..1fa86cf1a 100644 --- a/base_exception/i18n/vi_VN.po +++ b/base_exception/i18n/vi_VN.po @@ -19,6 +19,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=1; plural=0;\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -237,6 +243,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -308,6 +319,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -336,6 +353,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/zh_CN.po b/base_exception/i18n/zh_CN.po index c30879673..90f2bc155 100644 --- a/base_exception/i18n/zh_CN.po +++ b/base_exception/i18n/zh_CN.po @@ -20,6 +20,12 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 3.8\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -244,6 +250,11 @@ msgstr "ID" msgid "Ignore Exceptions" msgstr "忽略异常" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -314,6 +325,12 @@ msgstr "序列" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -342,6 +359,11 @@ msgid "" "variables can be used:" msgstr "各种字段可能使用Python代码或Python表达式。可以使用以下变量:" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/i18n/zh_TW.po b/base_exception/i18n/zh_TW.po index 6069ed8b6..4a209c1d4 100644 --- a/base_exception/i18n/zh_TW.po +++ b/base_exception/i18n/zh_TW.po @@ -19,6 +19,12 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=1; plural=0;\n" +#. module: base_exception +#: code:addons/base_exception/models/base_exception.py:0 +#, python-format +msgid "(Blocking exception)" +msgstr "" + #. 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." @@ -237,6 +243,11 @@ msgstr "編號" msgid "Ignore Exceptions" msgstr "" +#. module: base_exception +#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking +msgid "Is blocking" +msgstr "" + #. module: base_exception #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update @@ -308,6 +319,12 @@ msgstr "" msgid "Smart Search" msgstr "" +#. 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 "" + #. module: base_exception #: code:addons/base_exception/models/base_exception.py:0 #, python-format @@ -336,6 +353,11 @@ msgid "" "variables can be used:" msgstr "" +#. 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 "" + #. module: base_exception #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm msgid "_Close" diff --git a/base_exception/models/base_exception.py b/base_exception/models/base_exception.py index 2bbb5c32b..9f777e729 100644 --- a/base_exception/models/base_exception.py +++ b/base_exception/models/base_exception.py @@ -43,7 +43,8 @@ class ExceptionRule(models.Model): "not. Use failed = True to block the exception", ) is_blocking = fields.Boolean( - string="Is blocking", help="When checked the exception can not be ignored", + string="Is blocking", + help="When checked the exception can not be ignored", ) @api.constrains("exception_type", "domain", "code") diff --git a/base_exception/tests/test_base_exception.py b/base_exception/tests/test_base_exception.py index 4be9e856c..51d387a56 100644 --- a/base_exception/tests/test_base_exception.py +++ b/base_exception/tests/test_base_exception.py @@ -5,7 +5,7 @@ import logging from odoo import fields -from odoo.exceptions import ValidationError +from odoo.exceptions import UserError, ValidationError from odoo.tests import common from .common import setup_test_model @@ -81,6 +81,36 @@ class TestBaseException(common.SavepointCase): # Test that we have linked exceptions self.assertTrue(potest1.exception_ids) # Test ignore exeception make possible for the po to validate - potest1.ignore_exception = True + potest1.action_ignore_exceptions() + self.assertTrue(potest1.ignore_exception) + self.assertFalse(potest1.exceptions_summary) potest1.button_confirm() self.assertTrue(potest1.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}) + ], + } + ) + # Block because of exception during validation + with self.assertRaises(ValidationError): + potest1.button_confirm() + # Test that we have linked exceptions + self.assertTrue(potest1.exception_ids) + self.assertTrue(potest1.exceptions_summary) + # Test cannot ignore blocked exception + with self.assertRaises(UserError): + potest1.action_ignore_exceptions() + self.assertFalse(potest1.ignore_exception) + with self.assertRaises(ValidationError): + potest1.button_confirm() + self.assertTrue(potest1.exception_ids) + self.assertTrue(potest1.exceptions_summary)