Browse Source

[UPD] Update base_exception.pot

pull/1597/head
oca-travis 5 years ago
parent
commit
f91254e186
  1. 38
      base_exception/i18n/base_exception.pot

38
base_exception/i18n/base_exception.pot

@ -67,6 +67,7 @@ msgstr ""
#. module: base_exception
#: model:ir.model.fields,field_description:base_exception.field_base_exception__display_name
#: model:ir.model.fields,field_description:base_exception.field_base_exception_method__display_name
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__display_name
#: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__display_name
msgid "Display Name"
@ -83,9 +84,10 @@ msgid "Enter Python code here. Help about Python expression is available in the
msgstr ""
#. module: base_exception
#: code:addons/base_exception/models/base_exception.py:260
#: code:addons/base_exception/models/base_exception.py:126
#, python-format
msgid "Error when evaluating the exception.rule: %s\n"
msgid "Error when evaluating the exception.rule rule:\n"
" %s \n"
"(%s)"
msgstr ""
@ -163,16 +165,12 @@ msgstr ""
#. module: base_exception
#: model:ir.model.fields,field_description:base_exception.field_base_exception__id
#: model:ir.model.fields,field_description:base_exception.field_base_exception_method__id
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__id
#: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__id
msgid "ID"
msgstr ""
#. module: base_exception
#: model:ir.model.fields,help:base_exception.field_exception_rule__next_state
msgid "If we detect exception we set the state of object (ex purchase) to the next_state (ex 'to approve'). If there are more than one exception detected and all have a value for next_state, we usethe exception having the smallest sequence value"
msgstr ""
#. module: base_exception
#: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception
#: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore
@ -181,6 +179,7 @@ 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
#: model:ir.model.fields,field_description:base_exception.field_exception_rule____last_update
#: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm____last_update
msgid "Last Modified on"
@ -201,11 +200,6 @@ msgstr ""
msgid "Main Exception"
msgstr ""
#. module: base_exception
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__next_state
msgid "Next state"
msgstr ""
#. module: base_exception
#: code:addons/base_exception/wizard/base_exception_confirm.py:29
#, python-format
@ -238,26 +232,15 @@ msgstr ""
msgid "Related Model"
msgstr ""
#. module: base_exception
#: model:ir.model.fields,field_description:base_exception.field_base_exception__rule_group
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__rule_group
msgid "Rule Group"
msgstr ""
#. module: base_exception
#: model:ir.model.fields,help:base_exception.field_exception_rule__rule_group
msgid "Rule group is used to group the rules that must validated at same time for a target object. Ex: validate sale.order.line rules with sale order rules."
msgstr ""
#. module: base_exception
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
msgid "Sequence"
msgstr ""
#. module: base_exception
#: code:addons/base_exception/models/base_exception.py:80
#: code:addons/base_exception/models/base_exception.py:49
#, python-format
msgid "The value \"%s\" you choose for the \"next state\" field state of \"%s\" is wrong. Value must be in this list %s"
msgid "There is a problem of configuration, python code or domain is missing to match the exception type."
msgstr ""
#. module: base_exception
@ -275,3 +258,8 @@ msgstr ""
msgid "_Close"
msgstr ""
#. module: base_exception
#: model:ir.model,name:base_exception.model_base_exception_method
msgid "base.exception.method"
msgstr ""
Loading…
Cancel
Save