From 14b4bd79986eb608cf94844e46be2ff8740d9733 Mon Sep 17 00:00:00 2001 From: Weblate Date: Tue, 27 Aug 2024 13:11:13 +0000 Subject: [PATCH] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: stock-logistics-warehouse-17.0/stock-logistics-warehouse-17.0-stock_inventory_discrepancy Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-17-0/stock-logistics-warehouse-17-0-stock_inventory_discrepancy/ --- stock_inventory_discrepancy/i18n/cs_CZ.po | 19 +++++++++++++++++++ stock_inventory_discrepancy/i18n/de.po | 19 +++++++++++++++++++ stock_inventory_discrepancy/i18n/es.po | 19 +++++++++++++++++++ stock_inventory_discrepancy/i18n/es_ES.po | 19 +++++++++++++++++++ stock_inventory_discrepancy/i18n/fr.po | 19 +++++++++++++++++++ stock_inventory_discrepancy/i18n/fr_FR.po | 19 +++++++++++++++++++ stock_inventory_discrepancy/i18n/hr.po | 23 +++++++++++++++++++++-- stock_inventory_discrepancy/i18n/it.po | 19 +++++++++++++++++++ stock_inventory_discrepancy/i18n/nl.po | 19 +++++++++++++++++++ stock_inventory_discrepancy/i18n/nl_NL.po | 19 +++++++++++++++++++ stock_inventory_discrepancy/i18n/pt_BR.po | 19 +++++++++++++++++++ stock_inventory_discrepancy/i18n/sl.po | 23 +++++++++++++++++++++-- stock_inventory_discrepancy/i18n/tr_TR.po | 19 +++++++++++++++++++ stock_inventory_discrepancy/i18n/zh_CN.po | 19 +++++++++++++++++++ 14 files changed, 270 insertions(+), 4 deletions(-) diff --git a/stock_inventory_discrepancy/i18n/cs_CZ.po b/stock_inventory_discrepancy/i18n/cs_CZ.po index 25e2d1bae..3d222b4e2 100644 --- a/stock_inventory_discrepancy/i18n/cs_CZ.po +++ b/stock_inventory_discrepancy/i18n/cs_CZ.po @@ -123,6 +123,11 @@ msgstr "" msgid "Only a stock manager can validate an inventory adjustment." msgstr "" +#. module: stock_inventory_discrepancy +#: model_terms:ir.ui.view,arch_db:stock_inventory_discrepancy.quant_search_last_has_over_discrepancy +msgid "Over Discrepancy" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model.fields,help:stock_inventory_discrepancy.field_stock_location__propagate_discrepancy_threshold msgid "Propagate Maximum Discrepancy Rate Threshold to child locations" @@ -150,6 +155,13 @@ msgid "" " Are you sure you want to proceed?" msgstr "" +#. module: stock_inventory_discrepancy +#. odoo-python +#: code:addons/stock_inventory_discrepancy/models/stock_quant.py:0 +#, python-format +msgid "This operator is not supported" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model.fields,field_description:stock_inventory_discrepancy.field_stock_quant__discrepancy_threshold msgid "Threshold (%)" @@ -165,6 +177,13 @@ msgstr "" msgid "Validate Inventory Adjustments excceded threshold" msgstr "" +#. module: stock_inventory_discrepancy +#. odoo-python +#: code:addons/stock_inventory_discrepancy/models/stock_quant.py:0 +#, python-format +msgid "Value should be True or False (not %s)" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model,name:stock_inventory_discrepancy.model_stock_warehouse msgid "Warehouse" diff --git a/stock_inventory_discrepancy/i18n/de.po b/stock_inventory_discrepancy/i18n/de.po index 720f0a5cb..355625619 100644 --- a/stock_inventory_discrepancy/i18n/de.po +++ b/stock_inventory_discrepancy/i18n/de.po @@ -122,6 +122,11 @@ msgstr "" msgid "Only a stock manager can validate an inventory adjustment." msgstr "" +#. module: stock_inventory_discrepancy +#: model_terms:ir.ui.view,arch_db:stock_inventory_discrepancy.quant_search_last_has_over_discrepancy +msgid "Over Discrepancy" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model.fields,help:stock_inventory_discrepancy.field_stock_location__propagate_discrepancy_threshold msgid "Propagate Maximum Discrepancy Rate Threshold to child locations" @@ -149,6 +154,13 @@ msgid "" " Are you sure you want to proceed?" msgstr "" +#. module: stock_inventory_discrepancy +#. odoo-python +#: code:addons/stock_inventory_discrepancy/models/stock_quant.py:0 +#, python-format +msgid "This operator is not supported" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model.fields,field_description:stock_inventory_discrepancy.field_stock_quant__discrepancy_threshold msgid "Threshold (%)" @@ -164,6 +176,13 @@ msgstr "" msgid "Validate Inventory Adjustments excceded threshold" msgstr "" +#. module: stock_inventory_discrepancy +#. odoo-python +#: code:addons/stock_inventory_discrepancy/models/stock_quant.py:0 +#, python-format +msgid "Value should be True or False (not %s)" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model,name:stock_inventory_discrepancy.model_stock_warehouse msgid "Warehouse" diff --git a/stock_inventory_discrepancy/i18n/es.po b/stock_inventory_discrepancy/i18n/es.po index 7b113cc34..949c4e915 100644 --- a/stock_inventory_discrepancy/i18n/es.po +++ b/stock_inventory_discrepancy/i18n/es.po @@ -129,6 +129,11 @@ msgstr "" msgid "Only a stock manager can validate an inventory adjustment." msgstr "Sólo un gestor de existencias puede validar un ajuste de inventario." +#. module: stock_inventory_discrepancy +#: model_terms:ir.ui.view,arch_db:stock_inventory_discrepancy.quant_search_last_has_over_discrepancy +msgid "Over Discrepancy" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model.fields,help:stock_inventory_discrepancy.field_stock_location__propagate_discrepancy_threshold msgid "Propagate Maximum Discrepancy Rate Threshold to child locations" @@ -161,6 +166,13 @@ msgstr "" "Los siguientes productos han superado el umbral de discrepancia.\n" " Está seguro de que desea continuar?" +#. module: stock_inventory_discrepancy +#. odoo-python +#: code:addons/stock_inventory_discrepancy/models/stock_quant.py:0 +#, python-format +msgid "This operator is not supported" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model.fields,field_description:stock_inventory_discrepancy.field_stock_quant__discrepancy_threshold msgid "Threshold (%)" @@ -176,6 +188,13 @@ msgstr "Validar los ajustes de inventario" msgid "Validate Inventory Adjustments excceded threshold" msgstr "Validar Ajustes de Inventario umbral superado" +#. module: stock_inventory_discrepancy +#. odoo-python +#: code:addons/stock_inventory_discrepancy/models/stock_quant.py:0 +#, python-format +msgid "Value should be True or False (not %s)" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model,name:stock_inventory_discrepancy.model_stock_warehouse msgid "Warehouse" diff --git a/stock_inventory_discrepancy/i18n/es_ES.po b/stock_inventory_discrepancy/i18n/es_ES.po index 434fcfad9..b3bad6e5f 100644 --- a/stock_inventory_discrepancy/i18n/es_ES.po +++ b/stock_inventory_discrepancy/i18n/es_ES.po @@ -124,6 +124,11 @@ msgstr "" msgid "Only a stock manager can validate an inventory adjustment." msgstr "" +#. module: stock_inventory_discrepancy +#: model_terms:ir.ui.view,arch_db:stock_inventory_discrepancy.quant_search_last_has_over_discrepancy +msgid "Over Discrepancy" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model.fields,help:stock_inventory_discrepancy.field_stock_location__propagate_discrepancy_threshold msgid "Propagate Maximum Discrepancy Rate Threshold to child locations" @@ -151,6 +156,13 @@ msgid "" " Are you sure you want to proceed?" msgstr "" +#. module: stock_inventory_discrepancy +#. odoo-python +#: code:addons/stock_inventory_discrepancy/models/stock_quant.py:0 +#, python-format +msgid "This operator is not supported" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model.fields,field_description:stock_inventory_discrepancy.field_stock_quant__discrepancy_threshold msgid "Threshold (%)" @@ -166,6 +178,13 @@ msgstr "" msgid "Validate Inventory Adjustments excceded threshold" msgstr "" +#. module: stock_inventory_discrepancy +#. odoo-python +#: code:addons/stock_inventory_discrepancy/models/stock_quant.py:0 +#, python-format +msgid "Value should be True or False (not %s)" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model,name:stock_inventory_discrepancy.model_stock_warehouse msgid "Warehouse" diff --git a/stock_inventory_discrepancy/i18n/fr.po b/stock_inventory_discrepancy/i18n/fr.po index bca254a10..7f098499c 100644 --- a/stock_inventory_discrepancy/i18n/fr.po +++ b/stock_inventory_discrepancy/i18n/fr.po @@ -122,6 +122,11 @@ msgstr "" msgid "Only a stock manager can validate an inventory adjustment." msgstr "" +#. module: stock_inventory_discrepancy +#: model_terms:ir.ui.view,arch_db:stock_inventory_discrepancy.quant_search_last_has_over_discrepancy +msgid "Over Discrepancy" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model.fields,help:stock_inventory_discrepancy.field_stock_location__propagate_discrepancy_threshold msgid "Propagate Maximum Discrepancy Rate Threshold to child locations" @@ -149,6 +154,13 @@ msgid "" " Are you sure you want to proceed?" msgstr "" +#. module: stock_inventory_discrepancy +#. odoo-python +#: code:addons/stock_inventory_discrepancy/models/stock_quant.py:0 +#, python-format +msgid "This operator is not supported" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model.fields,field_description:stock_inventory_discrepancy.field_stock_quant__discrepancy_threshold msgid "Threshold (%)" @@ -164,6 +176,13 @@ msgstr "" msgid "Validate Inventory Adjustments excceded threshold" msgstr "" +#. module: stock_inventory_discrepancy +#. odoo-python +#: code:addons/stock_inventory_discrepancy/models/stock_quant.py:0 +#, python-format +msgid "Value should be True or False (not %s)" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model,name:stock_inventory_discrepancy.model_stock_warehouse msgid "Warehouse" diff --git a/stock_inventory_discrepancy/i18n/fr_FR.po b/stock_inventory_discrepancy/i18n/fr_FR.po index 0ff79ee27..b0a3e7e71 100644 --- a/stock_inventory_discrepancy/i18n/fr_FR.po +++ b/stock_inventory_discrepancy/i18n/fr_FR.po @@ -123,6 +123,11 @@ msgstr "" msgid "Only a stock manager can validate an inventory adjustment." msgstr "" +#. module: stock_inventory_discrepancy +#: model_terms:ir.ui.view,arch_db:stock_inventory_discrepancy.quant_search_last_has_over_discrepancy +msgid "Over Discrepancy" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model.fields,help:stock_inventory_discrepancy.field_stock_location__propagate_discrepancy_threshold msgid "Propagate Maximum Discrepancy Rate Threshold to child locations" @@ -150,6 +155,13 @@ msgid "" " Are you sure you want to proceed?" msgstr "" +#. module: stock_inventory_discrepancy +#. odoo-python +#: code:addons/stock_inventory_discrepancy/models/stock_quant.py:0 +#, python-format +msgid "This operator is not supported" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model.fields,field_description:stock_inventory_discrepancy.field_stock_quant__discrepancy_threshold msgid "Threshold (%)" @@ -165,6 +177,13 @@ msgstr "" msgid "Validate Inventory Adjustments excceded threshold" msgstr "" +#. module: stock_inventory_discrepancy +#. odoo-python +#: code:addons/stock_inventory_discrepancy/models/stock_quant.py:0 +#, python-format +msgid "Value should be True or False (not %s)" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model,name:stock_inventory_discrepancy.model_stock_warehouse msgid "Warehouse" diff --git a/stock_inventory_discrepancy/i18n/hr.po b/stock_inventory_discrepancy/i18n/hr.po index e32968b94..e26a54bc1 100644 --- a/stock_inventory_discrepancy/i18n/hr.po +++ b/stock_inventory_discrepancy/i18n/hr.po @@ -16,8 +16,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"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" +"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: stock_inventory_discrepancy #: model_terms:ir.ui.view,arch_db:stock_inventory_discrepancy.confirm_discrepancy_wizard @@ -123,6 +123,11 @@ msgstr "" msgid "Only a stock manager can validate an inventory adjustment." msgstr "" +#. module: stock_inventory_discrepancy +#: model_terms:ir.ui.view,arch_db:stock_inventory_discrepancy.quant_search_last_has_over_discrepancy +msgid "Over Discrepancy" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model.fields,help:stock_inventory_discrepancy.field_stock_location__propagate_discrepancy_threshold msgid "Propagate Maximum Discrepancy Rate Threshold to child locations" @@ -150,6 +155,13 @@ msgid "" " Are you sure you want to proceed?" msgstr "" +#. module: stock_inventory_discrepancy +#. odoo-python +#: code:addons/stock_inventory_discrepancy/models/stock_quant.py:0 +#, python-format +msgid "This operator is not supported" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model.fields,field_description:stock_inventory_discrepancy.field_stock_quant__discrepancy_threshold msgid "Threshold (%)" @@ -165,6 +177,13 @@ msgstr "" msgid "Validate Inventory Adjustments excceded threshold" msgstr "" +#. module: stock_inventory_discrepancy +#. odoo-python +#: code:addons/stock_inventory_discrepancy/models/stock_quant.py:0 +#, python-format +msgid "Value should be True or False (not %s)" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model,name:stock_inventory_discrepancy.model_stock_warehouse msgid "Warehouse" diff --git a/stock_inventory_discrepancy/i18n/it.po b/stock_inventory_discrepancy/i18n/it.po index ba6723086..a3da471ab 100644 --- a/stock_inventory_discrepancy/i18n/it.po +++ b/stock_inventory_discrepancy/i18n/it.po @@ -132,6 +132,11 @@ msgstr "" "Solo un responsabile di magazzino può convalidare una rettifica di " "inventario." +#. module: stock_inventory_discrepancy +#: model_terms:ir.ui.view,arch_db:stock_inventory_discrepancy.quant_search_last_has_over_discrepancy +msgid "Over Discrepancy" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model.fields,help:stock_inventory_discrepancy.field_stock_location__propagate_discrepancy_threshold msgid "Propagate Maximum Discrepancy Rate Threshold to child locations" @@ -162,6 +167,13 @@ msgstr "" "I seguenti prodotti hanno ecceduto la soglia di differenza.\n" " Si è sicuri di procedere?" +#. module: stock_inventory_discrepancy +#. odoo-python +#: code:addons/stock_inventory_discrepancy/models/stock_quant.py:0 +#, python-format +msgid "This operator is not supported" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model.fields,field_description:stock_inventory_discrepancy.field_stock_quant__discrepancy_threshold msgid "Threshold (%)" @@ -177,6 +189,13 @@ msgstr "Valida rettifiche di inventario" msgid "Validate Inventory Adjustments excceded threshold" msgstr "Valida le rettifiche di inventario per soglia superata" +#. module: stock_inventory_discrepancy +#. odoo-python +#: code:addons/stock_inventory_discrepancy/models/stock_quant.py:0 +#, python-format +msgid "Value should be True or False (not %s)" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model,name:stock_inventory_discrepancy.model_stock_warehouse msgid "Warehouse" diff --git a/stock_inventory_discrepancy/i18n/nl.po b/stock_inventory_discrepancy/i18n/nl.po index 2adedb9e8..97bbf7bda 100644 --- a/stock_inventory_discrepancy/i18n/nl.po +++ b/stock_inventory_discrepancy/i18n/nl.po @@ -122,6 +122,11 @@ msgstr "" msgid "Only a stock manager can validate an inventory adjustment." msgstr "" +#. module: stock_inventory_discrepancy +#: model_terms:ir.ui.view,arch_db:stock_inventory_discrepancy.quant_search_last_has_over_discrepancy +msgid "Over Discrepancy" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model.fields,help:stock_inventory_discrepancy.field_stock_location__propagate_discrepancy_threshold msgid "Propagate Maximum Discrepancy Rate Threshold to child locations" @@ -149,6 +154,13 @@ msgid "" " Are you sure you want to proceed?" msgstr "" +#. module: stock_inventory_discrepancy +#. odoo-python +#: code:addons/stock_inventory_discrepancy/models/stock_quant.py:0 +#, python-format +msgid "This operator is not supported" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model.fields,field_description:stock_inventory_discrepancy.field_stock_quant__discrepancy_threshold msgid "Threshold (%)" @@ -164,6 +176,13 @@ msgstr "" msgid "Validate Inventory Adjustments excceded threshold" msgstr "" +#. module: stock_inventory_discrepancy +#. odoo-python +#: code:addons/stock_inventory_discrepancy/models/stock_quant.py:0 +#, python-format +msgid "Value should be True or False (not %s)" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model,name:stock_inventory_discrepancy.model_stock_warehouse msgid "Warehouse" diff --git a/stock_inventory_discrepancy/i18n/nl_NL.po b/stock_inventory_discrepancy/i18n/nl_NL.po index 0088cc113..9f7403ba4 100644 --- a/stock_inventory_discrepancy/i18n/nl_NL.po +++ b/stock_inventory_discrepancy/i18n/nl_NL.po @@ -123,6 +123,11 @@ msgstr "" msgid "Only a stock manager can validate an inventory adjustment." msgstr "" +#. module: stock_inventory_discrepancy +#: model_terms:ir.ui.view,arch_db:stock_inventory_discrepancy.quant_search_last_has_over_discrepancy +msgid "Over Discrepancy" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model.fields,help:stock_inventory_discrepancy.field_stock_location__propagate_discrepancy_threshold msgid "Propagate Maximum Discrepancy Rate Threshold to child locations" @@ -150,6 +155,13 @@ msgid "" " Are you sure you want to proceed?" msgstr "" +#. module: stock_inventory_discrepancy +#. odoo-python +#: code:addons/stock_inventory_discrepancy/models/stock_quant.py:0 +#, python-format +msgid "This operator is not supported" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model.fields,field_description:stock_inventory_discrepancy.field_stock_quant__discrepancy_threshold msgid "Threshold (%)" @@ -165,6 +177,13 @@ msgstr "" msgid "Validate Inventory Adjustments excceded threshold" msgstr "" +#. module: stock_inventory_discrepancy +#. odoo-python +#: code:addons/stock_inventory_discrepancy/models/stock_quant.py:0 +#, python-format +msgid "Value should be True or False (not %s)" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model,name:stock_inventory_discrepancy.model_stock_warehouse msgid "Warehouse" diff --git a/stock_inventory_discrepancy/i18n/pt_BR.po b/stock_inventory_discrepancy/i18n/pt_BR.po index ef8471ebd..9075d3f28 100644 --- a/stock_inventory_discrepancy/i18n/pt_BR.po +++ b/stock_inventory_discrepancy/i18n/pt_BR.po @@ -124,6 +124,11 @@ msgstr "" msgid "Only a stock manager can validate an inventory adjustment." msgstr "" +#. module: stock_inventory_discrepancy +#: model_terms:ir.ui.view,arch_db:stock_inventory_discrepancy.quant_search_last_has_over_discrepancy +msgid "Over Discrepancy" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model.fields,help:stock_inventory_discrepancy.field_stock_location__propagate_discrepancy_threshold msgid "Propagate Maximum Discrepancy Rate Threshold to child locations" @@ -151,6 +156,13 @@ msgid "" " Are you sure you want to proceed?" msgstr "" +#. module: stock_inventory_discrepancy +#. odoo-python +#: code:addons/stock_inventory_discrepancy/models/stock_quant.py:0 +#, python-format +msgid "This operator is not supported" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model.fields,field_description:stock_inventory_discrepancy.field_stock_quant__discrepancy_threshold msgid "Threshold (%)" @@ -166,6 +178,13 @@ msgstr "" msgid "Validate Inventory Adjustments excceded threshold" msgstr "" +#. module: stock_inventory_discrepancy +#. odoo-python +#: code:addons/stock_inventory_discrepancy/models/stock_quant.py:0 +#, python-format +msgid "Value should be True or False (not %s)" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model,name:stock_inventory_discrepancy.model_stock_warehouse msgid "Warehouse" diff --git a/stock_inventory_discrepancy/i18n/sl.po b/stock_inventory_discrepancy/i18n/sl.po index 9389b4a97..d1bebf105 100644 --- a/stock_inventory_discrepancy/i18n/sl.po +++ b/stock_inventory_discrepancy/i18n/sl.po @@ -16,8 +16,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || " +"n%100==4 ? 2 : 3);\n" #. module: stock_inventory_discrepancy #: model_terms:ir.ui.view,arch_db:stock_inventory_discrepancy.confirm_discrepancy_wizard @@ -123,6 +123,11 @@ msgstr "" msgid "Only a stock manager can validate an inventory adjustment." msgstr "" +#. module: stock_inventory_discrepancy +#: model_terms:ir.ui.view,arch_db:stock_inventory_discrepancy.quant_search_last_has_over_discrepancy +msgid "Over Discrepancy" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model.fields,help:stock_inventory_discrepancy.field_stock_location__propagate_discrepancy_threshold msgid "Propagate Maximum Discrepancy Rate Threshold to child locations" @@ -150,6 +155,13 @@ msgid "" " Are you sure you want to proceed?" msgstr "" +#. module: stock_inventory_discrepancy +#. odoo-python +#: code:addons/stock_inventory_discrepancy/models/stock_quant.py:0 +#, python-format +msgid "This operator is not supported" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model.fields,field_description:stock_inventory_discrepancy.field_stock_quant__discrepancy_threshold msgid "Threshold (%)" @@ -165,6 +177,13 @@ msgstr "" msgid "Validate Inventory Adjustments excceded threshold" msgstr "" +#. module: stock_inventory_discrepancy +#. odoo-python +#: code:addons/stock_inventory_discrepancy/models/stock_quant.py:0 +#, python-format +msgid "Value should be True or False (not %s)" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model,name:stock_inventory_discrepancy.model_stock_warehouse msgid "Warehouse" diff --git a/stock_inventory_discrepancy/i18n/tr_TR.po b/stock_inventory_discrepancy/i18n/tr_TR.po index 29a4c4a50..6f3fd38f6 100644 --- a/stock_inventory_discrepancy/i18n/tr_TR.po +++ b/stock_inventory_discrepancy/i18n/tr_TR.po @@ -123,6 +123,11 @@ msgstr "" msgid "Only a stock manager can validate an inventory adjustment." msgstr "" +#. module: stock_inventory_discrepancy +#: model_terms:ir.ui.view,arch_db:stock_inventory_discrepancy.quant_search_last_has_over_discrepancy +msgid "Over Discrepancy" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model.fields,help:stock_inventory_discrepancy.field_stock_location__propagate_discrepancy_threshold msgid "Propagate Maximum Discrepancy Rate Threshold to child locations" @@ -150,6 +155,13 @@ msgid "" " Are you sure you want to proceed?" msgstr "" +#. module: stock_inventory_discrepancy +#. odoo-python +#: code:addons/stock_inventory_discrepancy/models/stock_quant.py:0 +#, python-format +msgid "This operator is not supported" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model.fields,field_description:stock_inventory_discrepancy.field_stock_quant__discrepancy_threshold msgid "Threshold (%)" @@ -165,6 +177,13 @@ msgstr "" msgid "Validate Inventory Adjustments excceded threshold" msgstr "" +#. module: stock_inventory_discrepancy +#. odoo-python +#: code:addons/stock_inventory_discrepancy/models/stock_quant.py:0 +#, python-format +msgid "Value should be True or False (not %s)" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model,name:stock_inventory_discrepancy.model_stock_warehouse msgid "Warehouse" diff --git a/stock_inventory_discrepancy/i18n/zh_CN.po b/stock_inventory_discrepancy/i18n/zh_CN.po index c6674afdd..40f3b8781 100644 --- a/stock_inventory_discrepancy/i18n/zh_CN.po +++ b/stock_inventory_discrepancy/i18n/zh_CN.po @@ -124,6 +124,11 @@ msgstr "" msgid "Only a stock manager can validate an inventory adjustment." msgstr "验证所有库存调整" +#. module: stock_inventory_discrepancy +#: model_terms:ir.ui.view,arch_db:stock_inventory_discrepancy.quant_search_last_has_over_discrepancy +msgid "Over Discrepancy" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model.fields,help:stock_inventory_discrepancy.field_stock_location__propagate_discrepancy_threshold #, fuzzy @@ -153,6 +158,13 @@ msgid "" " Are you sure you want to proceed?" msgstr "" +#. module: stock_inventory_discrepancy +#. odoo-python +#: code:addons/stock_inventory_discrepancy/models/stock_quant.py:0 +#, python-format +msgid "This operator is not supported" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model.fields,field_description:stock_inventory_discrepancy.field_stock_quant__discrepancy_threshold msgid "Threshold (%)" @@ -168,6 +180,13 @@ msgstr "" msgid "Validate Inventory Adjustments excceded threshold" msgstr "" +#. module: stock_inventory_discrepancy +#. odoo-python +#: code:addons/stock_inventory_discrepancy/models/stock_quant.py:0 +#, python-format +msgid "Value should be True or False (not %s)" +msgstr "" + #. module: stock_inventory_discrepancy #: model:ir.model,name:stock_inventory_discrepancy.model_stock_warehouse msgid "Warehouse"