diff --git a/stock_request/i18n/ca.po b/stock_request/i18n/ca.po index a1ef8c650..7b70ad2e5 100644 --- a/stock_request/i18n/ca.po +++ b/stock_request/i18n/ca.po @@ -111,8 +111,10 @@ msgid "Cancel" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:13 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Cancelled" msgstr "" @@ -135,6 +137,7 @@ msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:189 #: code:addons/stock_request/models/stock_request.py:199 #, python-format msgid "Company must be equal to the order" @@ -191,13 +194,17 @@ msgid "Display Name" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:12 #: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#, python-format msgid "Done" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:10 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Draft" msgstr "" @@ -233,6 +240,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:196 #: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "Expected date must be equal to the order" @@ -311,6 +319,12 @@ msgstr "" msgid "In Progress" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format +msgid "In progress" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_location msgid "Inventory Locations" @@ -370,6 +384,7 @@ msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:172 #: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Location must be equal to the order" @@ -481,11 +496,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:265 +#: code:addons/stock_request/models/stock_request_order.py:266 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:334 #: code:addons/stock_request/models/stock_request.py:353 #, python-format msgid "Only requests on draft state can be unlinked" @@ -540,6 +557,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:182 #: code:addons/stock_request/models/stock_request.py:192 #, python-format msgid "Procurement group must be equal to the order" @@ -678,6 +696,7 @@ msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:158 #: code:addons/stock_request/models/stock_request.py:168 #, python-format msgid "Requested by must be equal to the order" @@ -881,12 +900,14 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 #: code:addons/stock_request/models/stock_request_order.py:282 +#: code:addons/stock_request/models/stock_request_order.py:283 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:273 +#: code:addons/stock_request/models/stock_request_order.py:274 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -900,6 +921,7 @@ msgid "" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:206 #: code:addons/stock_request/models/stock_request.py:216 #, python-format msgid "The picking policy must be equal to the order" @@ -907,6 +929,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:291 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -931,6 +954,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:312 +#: code:addons/stock_request/models/stock_request_order.py:313 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -977,6 +1001,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:165 #: code:addons/stock_request/models/stock_request.py:175 #, python-format msgid "Warehouse must be equal to the order" diff --git a/stock_request/i18n/de.po b/stock_request/i18n/de.po index 52a1cd179..3902b821c 100644 --- a/stock_request/i18n/de.po +++ b/stock_request/i18n/de.po @@ -116,9 +116,10 @@ msgid "Cancel" msgstr "Abbrechen" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:13 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search -#, fuzzy +#, fuzzy, python-format #| msgid "Cancelled" msgid "Cancelled" msgstr "Abgebrochen" @@ -143,6 +144,7 @@ msgid "Company" msgstr "Unternehmen" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:189 #: code:addons/stock_request/models/stock_request.py:199 #, python-format msgid "Company must be equal to the order" @@ -202,13 +204,17 @@ msgid "Display Name" msgstr "Anzeigebezeichnung" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:12 #: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#, python-format msgid "Done" msgstr "Erledigt" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:10 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Draft" msgstr "Entwurf" @@ -244,6 +250,7 @@ msgid "Expected Date" msgstr "Voraussichtliches Datum" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:196 #: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "Expected date must be equal to the order" @@ -324,6 +331,13 @@ msgstr "Wenn angehakt, haben Meldungen einen Zustellfehler." msgid "In Progress" msgstr "In Bearbeitung" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:11 +#, fuzzy, python-format +#| msgid "In progress" +msgid "In progress" +msgstr "In Bearbeitung" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_location msgid "Inventory Locations" @@ -383,6 +397,7 @@ msgid "Location" msgstr "Ort" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:172 #: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Location must be equal to the order" @@ -497,11 +512,13 @@ msgstr "Anzahl ungelesener Meldungen" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:265 +#: code:addons/stock_request/models/stock_request_order.py:266 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "Nur Aufträge im Entwurf dürfen gelöscht werden" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:334 #: code:addons/stock_request/models/stock_request.py:353 #, python-format msgid "Only requests on draft state can be unlinked" @@ -557,6 +574,7 @@ msgid "Procurement Group" msgstr "Beschaffungsgruppe" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:182 #: code:addons/stock_request/models/stock_request.py:192 #, python-format msgid "Procurement group must be equal to the order" @@ -703,6 +721,7 @@ msgid "Requested by" msgstr "Angefordert durch" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:158 #: code:addons/stock_request/models/stock_request.py:168 #, python-format msgid "Requested by must be equal to the order" @@ -915,12 +934,14 @@ msgstr "Klicken, um eine Bestandaanforderung zu stellen." #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 #: code:addons/stock_request/models/stock_request_order.py:282 +#: code:addons/stock_request/models/stock_request_order.py:283 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:273 +#: code:addons/stock_request/models/stock_request_order.py:274 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -936,6 +957,7 @@ msgstr "" "Kommissionierung %s:" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:206 #: code:addons/stock_request/models/stock_request.py:216 #, python-format msgid "The picking policy must be equal to the order" @@ -943,6 +965,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:291 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "Diese Aktion kann nur im Kontext von Produkten ausgeführt werden" @@ -967,6 +990,7 @@ msgstr "Umlagerungen" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:312 +#: code:addons/stock_request/models/stock_request_order.py:313 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -1013,6 +1037,7 @@ msgid "Warehouse" msgstr "Warenlager" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:165 #: code:addons/stock_request/models/stock_request.py:175 #, python-format msgid "Warehouse must be equal to the order" diff --git a/stock_request/i18n/el_GR.po b/stock_request/i18n/el_GR.po index b8ee620ce..ddfc55f72 100644 --- a/stock_request/i18n/el_GR.po +++ b/stock_request/i18n/el_GR.po @@ -112,8 +112,10 @@ msgid "Cancel" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:13 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Cancelled" msgstr "" @@ -136,6 +138,7 @@ msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:189 #: code:addons/stock_request/models/stock_request.py:199 #, python-format msgid "Company must be equal to the order" @@ -192,13 +195,17 @@ msgid "Display Name" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:12 #: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#, python-format msgid "Done" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:10 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Draft" msgstr "" @@ -234,6 +241,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:196 #: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "Expected date must be equal to the order" @@ -312,6 +320,12 @@ msgstr "" msgid "In Progress" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format +msgid "In progress" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_location msgid "Inventory Locations" @@ -371,6 +385,7 @@ msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:172 #: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Location must be equal to the order" @@ -482,11 +497,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:265 +#: code:addons/stock_request/models/stock_request_order.py:266 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:334 #: code:addons/stock_request/models/stock_request.py:353 #, python-format msgid "Only requests on draft state can be unlinked" @@ -541,6 +558,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:182 #: code:addons/stock_request/models/stock_request.py:192 #, python-format msgid "Procurement group must be equal to the order" @@ -679,6 +697,7 @@ msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:158 #: code:addons/stock_request/models/stock_request.py:168 #, python-format msgid "Requested by must be equal to the order" @@ -882,12 +901,14 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 #: code:addons/stock_request/models/stock_request_order.py:282 +#: code:addons/stock_request/models/stock_request_order.py:283 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:273 +#: code:addons/stock_request/models/stock_request_order.py:274 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -901,6 +922,7 @@ msgid "" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:206 #: code:addons/stock_request/models/stock_request.py:216 #, python-format msgid "The picking policy must be equal to the order" @@ -908,6 +930,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:291 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -932,6 +955,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:312 +#: code:addons/stock_request/models/stock_request_order.py:313 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -978,6 +1002,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:165 #: code:addons/stock_request/models/stock_request.py:175 #, python-format msgid "Warehouse must be equal to the order" diff --git a/stock_request/i18n/es.po b/stock_request/i18n/es.po index 7974efa84..052ce662d 100644 --- a/stock_request/i18n/es.po +++ b/stock_request/i18n/es.po @@ -117,9 +117,10 @@ msgid "Cancel" msgstr "Cancelar" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:13 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search -#, fuzzy +#, fuzzy, python-format #| msgid "Cancelled" msgid "Cancelled" msgstr "Cancelado" @@ -143,6 +144,7 @@ msgid "Company" msgstr "Empresa" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:189 #: code:addons/stock_request/models/stock_request.py:199 #, python-format msgid "Company must be equal to the order" @@ -201,13 +203,17 @@ msgid "Display Name" msgstr "Nombre para mostrar" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:12 #: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#, python-format msgid "Done" msgstr "Hecho" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:10 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Draft" msgstr "Borrador" @@ -243,6 +249,7 @@ msgid "Expected Date" msgstr "Fecha prevista" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:196 #: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "Expected date must be equal to the order" @@ -323,6 +330,13 @@ msgstr "Si está marcado, algunos mensajes tienen un error de entrega." msgid "In Progress" msgstr "En progreso" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:11 +#, fuzzy, python-format +#| msgid "In progress" +msgid "In progress" +msgstr "En progreso" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_location msgid "Inventory Locations" @@ -382,6 +396,7 @@ msgid "Location" msgstr "Ubicación" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:172 #: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Location must be equal to the order" @@ -496,11 +511,13 @@ msgstr "Número de mensajes no leídos" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:265 +#: code:addons/stock_request/models/stock_request_order.py:266 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "Solo los pedidos en estado borrado pueden ser eliminadas" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:334 #: code:addons/stock_request/models/stock_request.py:353 #, python-format msgid "Only requests on draft state can be unlinked" @@ -555,6 +572,7 @@ msgid "Procurement Group" msgstr "Grupo de abastecimiento" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:182 #: code:addons/stock_request/models/stock_request.py:192 #, python-format msgid "Procurement group must be equal to the order" @@ -701,6 +719,7 @@ msgid "Requested by" msgstr "Solicitado por" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:158 #: code:addons/stock_request/models/stock_request.py:168 #, python-format msgid "Requested by must be equal to the order" @@ -912,12 +931,14 @@ msgstr "Estado enviado en solicitudes de stock" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 #: code:addons/stock_request/models/stock_request_order.py:282 +#: code:addons/stock_request/models/stock_request_order.py:283 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "La compañía de la solicitud debe coincidir con la de la localización." #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:273 +#: code:addons/stock_request/models/stock_request_order.py:274 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "La compañía de la solicitud debe coincidir con la del almacén." @@ -933,6 +954,7 @@ msgstr "" "albarán %s:" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:206 #: code:addons/stock_request/models/stock_request.py:216 #, python-format msgid "The picking policy must be equal to the order" @@ -940,6 +962,7 @@ msgstr "La política de albaranes debe coincidir" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:291 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "Esta acción solo funciona en el contexto de productos" @@ -964,6 +987,7 @@ msgstr "Transferencias" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:312 +#: code:addons/stock_request/models/stock_request_order.py:313 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -1012,6 +1036,7 @@ msgid "Warehouse" msgstr "Almacén" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:165 #: code:addons/stock_request/models/stock_request.py:175 #, python-format msgid "Warehouse must be equal to the order" diff --git a/stock_request/i18n/es_ES.po b/stock_request/i18n/es_ES.po index 0f7cac171..533754f82 100644 --- a/stock_request/i18n/es_ES.po +++ b/stock_request/i18n/es_ES.po @@ -112,8 +112,10 @@ msgid "Cancel" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:13 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Cancelled" msgstr "" @@ -136,6 +138,7 @@ msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:189 #: code:addons/stock_request/models/stock_request.py:199 #, python-format msgid "Company must be equal to the order" @@ -192,13 +195,17 @@ msgid "Display Name" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:12 #: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#, python-format msgid "Done" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:10 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Draft" msgstr "" @@ -234,6 +241,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:196 #: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "Expected date must be equal to the order" @@ -312,6 +320,12 @@ msgstr "" msgid "In Progress" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format +msgid "In progress" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_location msgid "Inventory Locations" @@ -371,6 +385,7 @@ msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:172 #: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Location must be equal to the order" @@ -482,11 +497,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:265 +#: code:addons/stock_request/models/stock_request_order.py:266 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:334 #: code:addons/stock_request/models/stock_request.py:353 #, python-format msgid "Only requests on draft state can be unlinked" @@ -541,6 +558,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:182 #: code:addons/stock_request/models/stock_request.py:192 #, python-format msgid "Procurement group must be equal to the order" @@ -679,6 +697,7 @@ msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:158 #: code:addons/stock_request/models/stock_request.py:168 #, python-format msgid "Requested by must be equal to the order" @@ -882,12 +901,14 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 #: code:addons/stock_request/models/stock_request_order.py:282 +#: code:addons/stock_request/models/stock_request_order.py:283 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:273 +#: code:addons/stock_request/models/stock_request_order.py:274 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -901,6 +922,7 @@ msgid "" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:206 #: code:addons/stock_request/models/stock_request.py:216 #, python-format msgid "The picking policy must be equal to the order" @@ -908,6 +930,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:291 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -932,6 +955,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:312 +#: code:addons/stock_request/models/stock_request_order.py:313 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -978,6 +1002,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:165 #: code:addons/stock_request/models/stock_request.py:175 #, python-format msgid "Warehouse must be equal to the order" diff --git a/stock_request/i18n/eu.po b/stock_request/i18n/eu.po index 4223cfda7..7af5a431a 100644 --- a/stock_request/i18n/eu.po +++ b/stock_request/i18n/eu.po @@ -111,8 +111,10 @@ msgid "Cancel" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:13 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Cancelled" msgstr "" @@ -135,6 +137,7 @@ msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:189 #: code:addons/stock_request/models/stock_request.py:199 #, python-format msgid "Company must be equal to the order" @@ -191,13 +194,17 @@ msgid "Display Name" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:12 #: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#, python-format msgid "Done" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:10 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Draft" msgstr "" @@ -233,6 +240,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:196 #: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "Expected date must be equal to the order" @@ -311,6 +319,12 @@ msgstr "" msgid "In Progress" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format +msgid "In progress" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_location msgid "Inventory Locations" @@ -370,6 +384,7 @@ msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:172 #: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Location must be equal to the order" @@ -481,11 +496,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:265 +#: code:addons/stock_request/models/stock_request_order.py:266 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:334 #: code:addons/stock_request/models/stock_request.py:353 #, python-format msgid "Only requests on draft state can be unlinked" @@ -540,6 +557,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:182 #: code:addons/stock_request/models/stock_request.py:192 #, python-format msgid "Procurement group must be equal to the order" @@ -678,6 +696,7 @@ msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:158 #: code:addons/stock_request/models/stock_request.py:168 #, python-format msgid "Requested by must be equal to the order" @@ -881,12 +900,14 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 #: code:addons/stock_request/models/stock_request_order.py:282 +#: code:addons/stock_request/models/stock_request_order.py:283 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:273 +#: code:addons/stock_request/models/stock_request_order.py:274 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -900,6 +921,7 @@ msgid "" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:206 #: code:addons/stock_request/models/stock_request.py:216 #, python-format msgid "The picking policy must be equal to the order" @@ -907,6 +929,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:291 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -931,6 +954,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:312 +#: code:addons/stock_request/models/stock_request_order.py:313 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -977,6 +1001,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:165 #: code:addons/stock_request/models/stock_request.py:175 #, python-format msgid "Warehouse must be equal to the order" diff --git a/stock_request/i18n/fi.po b/stock_request/i18n/fi.po index 958974925..aa3feefe3 100644 --- a/stock_request/i18n/fi.po +++ b/stock_request/i18n/fi.po @@ -111,8 +111,10 @@ msgid "Cancel" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:13 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Cancelled" msgstr "" @@ -135,6 +137,7 @@ msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:189 #: code:addons/stock_request/models/stock_request.py:199 #, python-format msgid "Company must be equal to the order" @@ -191,13 +194,17 @@ msgid "Display Name" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:12 #: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#, python-format msgid "Done" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:10 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Draft" msgstr "" @@ -233,6 +240,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:196 #: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "Expected date must be equal to the order" @@ -311,6 +319,12 @@ msgstr "" msgid "In Progress" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format +msgid "In progress" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_location msgid "Inventory Locations" @@ -370,6 +384,7 @@ msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:172 #: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Location must be equal to the order" @@ -481,11 +496,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:265 +#: code:addons/stock_request/models/stock_request_order.py:266 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:334 #: code:addons/stock_request/models/stock_request.py:353 #, python-format msgid "Only requests on draft state can be unlinked" @@ -540,6 +557,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:182 #: code:addons/stock_request/models/stock_request.py:192 #, python-format msgid "Procurement group must be equal to the order" @@ -678,6 +696,7 @@ msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:158 #: code:addons/stock_request/models/stock_request.py:168 #, python-format msgid "Requested by must be equal to the order" @@ -881,12 +900,14 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 #: code:addons/stock_request/models/stock_request_order.py:282 +#: code:addons/stock_request/models/stock_request_order.py:283 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:273 +#: code:addons/stock_request/models/stock_request_order.py:274 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -900,6 +921,7 @@ msgid "" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:206 #: code:addons/stock_request/models/stock_request.py:216 #, python-format msgid "The picking policy must be equal to the order" @@ -907,6 +929,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:291 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -931,6 +954,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:312 +#: code:addons/stock_request/models/stock_request_order.py:313 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -977,6 +1001,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:165 #: code:addons/stock_request/models/stock_request.py:175 #, python-format msgid "Warehouse must be equal to the order" diff --git a/stock_request/i18n/fr.po b/stock_request/i18n/fr.po index 9713daad5..7d778ccdb 100644 --- a/stock_request/i18n/fr.po +++ b/stock_request/i18n/fr.po @@ -111,8 +111,10 @@ msgid "Cancel" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:13 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Cancelled" msgstr "" @@ -135,6 +137,7 @@ msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:189 #: code:addons/stock_request/models/stock_request.py:199 #, python-format msgid "Company must be equal to the order" @@ -191,13 +194,17 @@ msgid "Display Name" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:12 #: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#, python-format msgid "Done" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:10 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Draft" msgstr "" @@ -233,6 +240,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:196 #: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "Expected date must be equal to the order" @@ -311,6 +319,12 @@ msgstr "" msgid "In Progress" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format +msgid "In progress" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_location msgid "Inventory Locations" @@ -370,6 +384,7 @@ msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:172 #: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Location must be equal to the order" @@ -481,11 +496,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:265 +#: code:addons/stock_request/models/stock_request_order.py:266 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:334 #: code:addons/stock_request/models/stock_request.py:353 #, python-format msgid "Only requests on draft state can be unlinked" @@ -540,6 +557,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:182 #: code:addons/stock_request/models/stock_request.py:192 #, python-format msgid "Procurement group must be equal to the order" @@ -678,6 +696,7 @@ msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:158 #: code:addons/stock_request/models/stock_request.py:168 #, python-format msgid "Requested by must be equal to the order" @@ -881,12 +900,14 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 #: code:addons/stock_request/models/stock_request_order.py:282 +#: code:addons/stock_request/models/stock_request_order.py:283 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:273 +#: code:addons/stock_request/models/stock_request_order.py:274 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -900,6 +921,7 @@ msgid "" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:206 #: code:addons/stock_request/models/stock_request.py:216 #, python-format msgid "The picking policy must be equal to the order" @@ -907,6 +929,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:291 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -931,6 +954,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:312 +#: code:addons/stock_request/models/stock_request_order.py:313 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -977,6 +1001,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:165 #: code:addons/stock_request/models/stock_request.py:175 #, python-format msgid "Warehouse must be equal to the order" diff --git a/stock_request/i18n/fr_CH.po b/stock_request/i18n/fr_CH.po index 3be4f2466..61895f02f 100644 --- a/stock_request/i18n/fr_CH.po +++ b/stock_request/i18n/fr_CH.po @@ -112,8 +112,10 @@ msgid "Cancel" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:13 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Cancelled" msgstr "" @@ -136,6 +138,7 @@ msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:189 #: code:addons/stock_request/models/stock_request.py:199 #, python-format msgid "Company must be equal to the order" @@ -192,13 +195,17 @@ msgid "Display Name" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:12 #: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#, python-format msgid "Done" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:10 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Draft" msgstr "" @@ -234,6 +241,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:196 #: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "Expected date must be equal to the order" @@ -312,6 +320,12 @@ msgstr "" msgid "In Progress" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format +msgid "In progress" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_location msgid "Inventory Locations" @@ -371,6 +385,7 @@ msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:172 #: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Location must be equal to the order" @@ -482,11 +497,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:265 +#: code:addons/stock_request/models/stock_request_order.py:266 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:334 #: code:addons/stock_request/models/stock_request.py:353 #, python-format msgid "Only requests on draft state can be unlinked" @@ -541,6 +558,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:182 #: code:addons/stock_request/models/stock_request.py:192 #, python-format msgid "Procurement group must be equal to the order" @@ -679,6 +697,7 @@ msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:158 #: code:addons/stock_request/models/stock_request.py:168 #, python-format msgid "Requested by must be equal to the order" @@ -882,12 +901,14 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 #: code:addons/stock_request/models/stock_request_order.py:282 +#: code:addons/stock_request/models/stock_request_order.py:283 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:273 +#: code:addons/stock_request/models/stock_request_order.py:274 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -901,6 +922,7 @@ msgid "" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:206 #: code:addons/stock_request/models/stock_request.py:216 #, python-format msgid "The picking policy must be equal to the order" @@ -908,6 +930,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:291 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -932,6 +955,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:312 +#: code:addons/stock_request/models/stock_request_order.py:313 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -978,6 +1002,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:165 #: code:addons/stock_request/models/stock_request.py:175 #, python-format msgid "Warehouse must be equal to the order" diff --git a/stock_request/i18n/fr_FR.po b/stock_request/i18n/fr_FR.po index e5652b4ac..add2e25d5 100644 --- a/stock_request/i18n/fr_FR.po +++ b/stock_request/i18n/fr_FR.po @@ -112,8 +112,10 @@ msgid "Cancel" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:13 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Cancelled" msgstr "" @@ -136,6 +138,7 @@ msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:189 #: code:addons/stock_request/models/stock_request.py:199 #, python-format msgid "Company must be equal to the order" @@ -192,13 +195,17 @@ msgid "Display Name" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:12 #: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#, python-format msgid "Done" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:10 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Draft" msgstr "" @@ -234,6 +241,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:196 #: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "Expected date must be equal to the order" @@ -312,6 +320,12 @@ msgstr "" msgid "In Progress" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format +msgid "In progress" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_location msgid "Inventory Locations" @@ -371,6 +385,7 @@ msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:172 #: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Location must be equal to the order" @@ -482,11 +497,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:265 +#: code:addons/stock_request/models/stock_request_order.py:266 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:334 #: code:addons/stock_request/models/stock_request.py:353 #, python-format msgid "Only requests on draft state can be unlinked" @@ -541,6 +558,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:182 #: code:addons/stock_request/models/stock_request.py:192 #, python-format msgid "Procurement group must be equal to the order" @@ -679,6 +697,7 @@ msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:158 #: code:addons/stock_request/models/stock_request.py:168 #, python-format msgid "Requested by must be equal to the order" @@ -882,12 +901,14 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 #: code:addons/stock_request/models/stock_request_order.py:282 +#: code:addons/stock_request/models/stock_request_order.py:283 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:273 +#: code:addons/stock_request/models/stock_request_order.py:274 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -901,6 +922,7 @@ msgid "" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:206 #: code:addons/stock_request/models/stock_request.py:216 #, python-format msgid "The picking policy must be equal to the order" @@ -908,6 +930,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:291 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -932,6 +955,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:312 +#: code:addons/stock_request/models/stock_request_order.py:313 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -978,6 +1002,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:165 #: code:addons/stock_request/models/stock_request.py:175 #, python-format msgid "Warehouse must be equal to the order" diff --git a/stock_request/i18n/gl.po b/stock_request/i18n/gl.po index 09c2aea09..fa2de5034 100644 --- a/stock_request/i18n/gl.po +++ b/stock_request/i18n/gl.po @@ -111,8 +111,10 @@ msgid "Cancel" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:13 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Cancelled" msgstr "" @@ -135,6 +137,7 @@ msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:189 #: code:addons/stock_request/models/stock_request.py:199 #, python-format msgid "Company must be equal to the order" @@ -191,13 +194,17 @@ msgid "Display Name" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:12 #: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#, python-format msgid "Done" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:10 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Draft" msgstr "" @@ -233,6 +240,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:196 #: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "Expected date must be equal to the order" @@ -311,6 +319,12 @@ msgstr "" msgid "In Progress" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format +msgid "In progress" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_location msgid "Inventory Locations" @@ -370,6 +384,7 @@ msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:172 #: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Location must be equal to the order" @@ -481,11 +496,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:265 +#: code:addons/stock_request/models/stock_request_order.py:266 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:334 #: code:addons/stock_request/models/stock_request.py:353 #, python-format msgid "Only requests on draft state can be unlinked" @@ -540,6 +557,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:182 #: code:addons/stock_request/models/stock_request.py:192 #, python-format msgid "Procurement group must be equal to the order" @@ -678,6 +696,7 @@ msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:158 #: code:addons/stock_request/models/stock_request.py:168 #, python-format msgid "Requested by must be equal to the order" @@ -881,12 +900,14 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 #: code:addons/stock_request/models/stock_request_order.py:282 +#: code:addons/stock_request/models/stock_request_order.py:283 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:273 +#: code:addons/stock_request/models/stock_request_order.py:274 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -900,6 +921,7 @@ msgid "" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:206 #: code:addons/stock_request/models/stock_request.py:216 #, python-format msgid "The picking policy must be equal to the order" @@ -907,6 +929,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:291 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -931,6 +954,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:312 +#: code:addons/stock_request/models/stock_request_order.py:313 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -977,6 +1001,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:165 #: code:addons/stock_request/models/stock_request.py:175 #, python-format msgid "Warehouse must be equal to the order" diff --git a/stock_request/i18n/hr.po b/stock_request/i18n/hr.po index 24a93247a..52ce3d432 100644 --- a/stock_request/i18n/hr.po +++ b/stock_request/i18n/hr.po @@ -112,8 +112,10 @@ msgid "Cancel" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:13 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Cancelled" msgstr "" @@ -136,6 +138,7 @@ msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:189 #: code:addons/stock_request/models/stock_request.py:199 #, python-format msgid "Company must be equal to the order" @@ -192,13 +195,17 @@ msgid "Display Name" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:12 #: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#, python-format msgid "Done" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:10 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Draft" msgstr "" @@ -234,6 +241,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:196 #: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "Expected date must be equal to the order" @@ -312,6 +320,12 @@ msgstr "" msgid "In Progress" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format +msgid "In progress" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_location msgid "Inventory Locations" @@ -371,6 +385,7 @@ msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:172 #: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Location must be equal to the order" @@ -482,11 +497,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:265 +#: code:addons/stock_request/models/stock_request_order.py:266 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:334 #: code:addons/stock_request/models/stock_request.py:353 #, python-format msgid "Only requests on draft state can be unlinked" @@ -541,6 +558,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:182 #: code:addons/stock_request/models/stock_request.py:192 #, python-format msgid "Procurement group must be equal to the order" @@ -679,6 +697,7 @@ msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:158 #: code:addons/stock_request/models/stock_request.py:168 #, python-format msgid "Requested by must be equal to the order" @@ -882,12 +901,14 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 #: code:addons/stock_request/models/stock_request_order.py:282 +#: code:addons/stock_request/models/stock_request_order.py:283 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:273 +#: code:addons/stock_request/models/stock_request_order.py:274 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -901,6 +922,7 @@ msgid "" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:206 #: code:addons/stock_request/models/stock_request.py:216 #, python-format msgid "The picking policy must be equal to the order" @@ -908,6 +930,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:291 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -932,6 +955,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:312 +#: code:addons/stock_request/models/stock_request_order.py:313 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -978,6 +1002,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:165 #: code:addons/stock_request/models/stock_request.py:175 #, python-format msgid "Warehouse must be equal to the order" diff --git a/stock_request/i18n/hr_HR.po b/stock_request/i18n/hr_HR.po index 0cb930abc..1d39a098b 100644 --- a/stock_request/i18n/hr_HR.po +++ b/stock_request/i18n/hr_HR.po @@ -113,8 +113,10 @@ msgid "Cancel" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:13 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Cancelled" msgstr "" @@ -137,6 +139,7 @@ msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:189 #: code:addons/stock_request/models/stock_request.py:199 #, python-format msgid "Company must be equal to the order" @@ -193,13 +196,17 @@ msgid "Display Name" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:12 #: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#, python-format msgid "Done" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:10 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Draft" msgstr "" @@ -235,6 +242,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:196 #: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "Expected date must be equal to the order" @@ -313,6 +321,12 @@ msgstr "" msgid "In Progress" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format +msgid "In progress" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_location msgid "Inventory Locations" @@ -372,6 +386,7 @@ msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:172 #: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Location must be equal to the order" @@ -483,11 +498,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:265 +#: code:addons/stock_request/models/stock_request_order.py:266 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:334 #: code:addons/stock_request/models/stock_request.py:353 #, python-format msgid "Only requests on draft state can be unlinked" @@ -542,6 +559,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:182 #: code:addons/stock_request/models/stock_request.py:192 #, python-format msgid "Procurement group must be equal to the order" @@ -680,6 +698,7 @@ msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:158 #: code:addons/stock_request/models/stock_request.py:168 #, python-format msgid "Requested by must be equal to the order" @@ -883,12 +902,14 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 #: code:addons/stock_request/models/stock_request_order.py:282 +#: code:addons/stock_request/models/stock_request_order.py:283 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:273 +#: code:addons/stock_request/models/stock_request_order.py:274 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -902,6 +923,7 @@ msgid "" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:206 #: code:addons/stock_request/models/stock_request.py:216 #, python-format msgid "The picking policy must be equal to the order" @@ -909,6 +931,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:291 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -933,6 +956,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:312 +#: code:addons/stock_request/models/stock_request_order.py:313 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -979,6 +1003,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:165 #: code:addons/stock_request/models/stock_request.py:175 #, python-format msgid "Warehouse must be equal to the order" diff --git a/stock_request/i18n/it.po b/stock_request/i18n/it.po index f47598a5f..f1c2f5bce 100644 --- a/stock_request/i18n/it.po +++ b/stock_request/i18n/it.po @@ -116,9 +116,10 @@ msgid "Cancel" msgstr "Annulla" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:13 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search -#, fuzzy +#, fuzzy, python-format #| msgid "Cancel" msgid "Cancelled" msgstr "Annulla" @@ -142,6 +143,7 @@ msgid "Company" msgstr "Azienda" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:189 #: code:addons/stock_request/models/stock_request.py:199 #, python-format msgid "Company must be equal to the order" @@ -198,13 +200,17 @@ msgid "Display Name" msgstr "Nome visualizzato" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:12 #: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#, python-format msgid "Done" msgstr "Fatto" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:10 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Draft" msgstr "" @@ -240,6 +246,7 @@ msgid "Expected Date" msgstr "Data prevista" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:196 #: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "Expected date must be equal to the order" @@ -320,6 +327,13 @@ msgstr "Se selezionato, alcuni messaggi hanno un errore di consegna." msgid "In Progress" msgstr "Qta in corso" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:11 +#, fuzzy, python-format +#| msgid "Qty In Progress" +msgid "In progress" +msgstr "Qta in corso" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_location msgid "Inventory Locations" @@ -379,6 +393,7 @@ msgid "Location" msgstr "Posizione" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:172 #: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Location must be equal to the order" @@ -494,11 +509,13 @@ msgstr "Numero di messaggi non letti" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:265 +#: code:addons/stock_request/models/stock_request_order.py:266 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "Solo gli ordini in stato bozza possono essere scollegati" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:334 #: code:addons/stock_request/models/stock_request.py:353 #, python-format msgid "Only requests on draft state can be unlinked" @@ -553,6 +570,7 @@ msgid "Procurement Group" msgstr "Gruppo di approvvigionamento" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:182 #: code:addons/stock_request/models/stock_request.py:192 #, python-format msgid "Procurement group must be equal to the order" @@ -699,6 +717,7 @@ msgid "Requested by" msgstr "Richiesto da" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:158 #: code:addons/stock_request/models/stock_request.py:168 #, python-format msgid "Requested by must be equal to the order" @@ -908,12 +927,14 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 #: code:addons/stock_request/models/stock_request_order.py:282 +#: code:addons/stock_request/models/stock_request_order.py:283 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:273 +#: code:addons/stock_request/models/stock_request_order.py:274 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -927,6 +948,7 @@ msgid "" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:206 #: code:addons/stock_request/models/stock_request.py:216 #, python-format msgid "The picking policy must be equal to the order" @@ -934,6 +956,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:291 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -958,6 +981,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:312 +#: code:addons/stock_request/models/stock_request_order.py:313 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -1004,6 +1028,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:165 #: code:addons/stock_request/models/stock_request.py:175 #, python-format msgid "Warehouse must be equal to the order" diff --git a/stock_request/i18n/nl.po b/stock_request/i18n/nl.po index 93b4212be..2910b3c1c 100644 --- a/stock_request/i18n/nl.po +++ b/stock_request/i18n/nl.po @@ -111,8 +111,10 @@ msgid "Cancel" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:13 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Cancelled" msgstr "" @@ -135,6 +137,7 @@ msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:189 #: code:addons/stock_request/models/stock_request.py:199 #, python-format msgid "Company must be equal to the order" @@ -191,13 +194,17 @@ msgid "Display Name" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:12 #: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#, python-format msgid "Done" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:10 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Draft" msgstr "" @@ -233,6 +240,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:196 #: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "Expected date must be equal to the order" @@ -311,6 +319,12 @@ msgstr "" msgid "In Progress" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format +msgid "In progress" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_location msgid "Inventory Locations" @@ -370,6 +384,7 @@ msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:172 #: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Location must be equal to the order" @@ -481,11 +496,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:265 +#: code:addons/stock_request/models/stock_request_order.py:266 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:334 #: code:addons/stock_request/models/stock_request.py:353 #, python-format msgid "Only requests on draft state can be unlinked" @@ -540,6 +557,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:182 #: code:addons/stock_request/models/stock_request.py:192 #, python-format msgid "Procurement group must be equal to the order" @@ -678,6 +696,7 @@ msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:158 #: code:addons/stock_request/models/stock_request.py:168 #, python-format msgid "Requested by must be equal to the order" @@ -881,12 +900,14 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 #: code:addons/stock_request/models/stock_request_order.py:282 +#: code:addons/stock_request/models/stock_request_order.py:283 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:273 +#: code:addons/stock_request/models/stock_request_order.py:274 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -900,6 +921,7 @@ msgid "" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:206 #: code:addons/stock_request/models/stock_request.py:216 #, python-format msgid "The picking policy must be equal to the order" @@ -907,6 +929,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:291 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -931,6 +954,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:312 +#: code:addons/stock_request/models/stock_request_order.py:313 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -977,6 +1001,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:165 #: code:addons/stock_request/models/stock_request.py:175 #, python-format msgid "Warehouse must be equal to the order" diff --git a/stock_request/i18n/nl_NL.po b/stock_request/i18n/nl_NL.po index 7b179763f..e40f66f45 100644 --- a/stock_request/i18n/nl_NL.po +++ b/stock_request/i18n/nl_NL.po @@ -112,8 +112,10 @@ msgid "Cancel" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:13 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Cancelled" msgstr "" @@ -136,6 +138,7 @@ msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:189 #: code:addons/stock_request/models/stock_request.py:199 #, python-format msgid "Company must be equal to the order" @@ -192,13 +195,17 @@ msgid "Display Name" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:12 #: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#, python-format msgid "Done" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:10 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Draft" msgstr "" @@ -234,6 +241,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:196 #: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "Expected date must be equal to the order" @@ -312,6 +320,12 @@ msgstr "" msgid "In Progress" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format +msgid "In progress" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_location msgid "Inventory Locations" @@ -371,6 +385,7 @@ msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:172 #: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Location must be equal to the order" @@ -482,11 +497,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:265 +#: code:addons/stock_request/models/stock_request_order.py:266 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:334 #: code:addons/stock_request/models/stock_request.py:353 #, python-format msgid "Only requests on draft state can be unlinked" @@ -541,6 +558,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:182 #: code:addons/stock_request/models/stock_request.py:192 #, python-format msgid "Procurement group must be equal to the order" @@ -679,6 +697,7 @@ msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:158 #: code:addons/stock_request/models/stock_request.py:168 #, python-format msgid "Requested by must be equal to the order" @@ -882,12 +901,14 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 #: code:addons/stock_request/models/stock_request_order.py:282 +#: code:addons/stock_request/models/stock_request_order.py:283 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:273 +#: code:addons/stock_request/models/stock_request_order.py:274 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -901,6 +922,7 @@ msgid "" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:206 #: code:addons/stock_request/models/stock_request.py:216 #, python-format msgid "The picking policy must be equal to the order" @@ -908,6 +930,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:291 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -932,6 +955,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:312 +#: code:addons/stock_request/models/stock_request_order.py:313 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -978,6 +1002,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:165 #: code:addons/stock_request/models/stock_request.py:175 #, python-format msgid "Warehouse must be equal to the order" diff --git a/stock_request/i18n/pt.po b/stock_request/i18n/pt.po index c674a2020..4c0808f5e 100644 --- a/stock_request/i18n/pt.po +++ b/stock_request/i18n/pt.po @@ -111,8 +111,10 @@ msgid "Cancel" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:13 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Cancelled" msgstr "" @@ -135,6 +137,7 @@ msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:189 #: code:addons/stock_request/models/stock_request.py:199 #, python-format msgid "Company must be equal to the order" @@ -191,13 +194,17 @@ msgid "Display Name" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:12 #: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#, python-format msgid "Done" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:10 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Draft" msgstr "" @@ -233,6 +240,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:196 #: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "Expected date must be equal to the order" @@ -311,6 +319,12 @@ msgstr "" msgid "In Progress" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format +msgid "In progress" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_location msgid "Inventory Locations" @@ -370,6 +384,7 @@ msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:172 #: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Location must be equal to the order" @@ -481,11 +496,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:265 +#: code:addons/stock_request/models/stock_request_order.py:266 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:334 #: code:addons/stock_request/models/stock_request.py:353 #, python-format msgid "Only requests on draft state can be unlinked" @@ -540,6 +557,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:182 #: code:addons/stock_request/models/stock_request.py:192 #, python-format msgid "Procurement group must be equal to the order" @@ -678,6 +696,7 @@ msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:158 #: code:addons/stock_request/models/stock_request.py:168 #, python-format msgid "Requested by must be equal to the order" @@ -881,12 +900,14 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 #: code:addons/stock_request/models/stock_request_order.py:282 +#: code:addons/stock_request/models/stock_request_order.py:283 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:273 +#: code:addons/stock_request/models/stock_request_order.py:274 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -900,6 +921,7 @@ msgid "" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:206 #: code:addons/stock_request/models/stock_request.py:216 #, python-format msgid "The picking policy must be equal to the order" @@ -907,6 +929,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:291 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -931,6 +954,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:312 +#: code:addons/stock_request/models/stock_request_order.py:313 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -977,6 +1001,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:165 #: code:addons/stock_request/models/stock_request.py:175 #, python-format msgid "Warehouse must be equal to the order" diff --git a/stock_request/i18n/pt_BR.po b/stock_request/i18n/pt_BR.po index 008580890..e0be1755f 100644 --- a/stock_request/i18n/pt_BR.po +++ b/stock_request/i18n/pt_BR.po @@ -117,9 +117,10 @@ msgid "Cancel" msgstr "Cancelar" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:13 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search -#, fuzzy +#, fuzzy, python-format #| msgid "Cancel" msgid "Cancelled" msgstr "Cancelar" @@ -143,6 +144,7 @@ msgid "Company" msgstr "Empresa" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:189 #: code:addons/stock_request/models/stock_request.py:199 #, python-format msgid "Company must be equal to the order" @@ -201,13 +203,17 @@ msgid "Display Name" msgstr "Nome Exibido" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:12 #: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#, python-format msgid "Done" msgstr "Concluído" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:10 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Draft" msgstr "" @@ -243,6 +249,7 @@ msgid "Expected Date" msgstr "Data Prevista" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:196 #: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "Expected date must be equal to the order" @@ -323,6 +330,13 @@ msgstr "Se marcado, algumas mensagens tem erro de entrega." msgid "In Progress" msgstr "Qtd em Andamento" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:11 +#, fuzzy, python-format +#| msgid "Qty In Progress" +msgid "In progress" +msgstr "Qtd em Andamento" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_location msgid "Inventory Locations" @@ -382,6 +396,7 @@ msgid "Location" msgstr "Local" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:172 #: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Location must be equal to the order" @@ -496,11 +511,13 @@ msgstr "Quantidade de mensagens não lidas" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:265 +#: code:addons/stock_request/models/stock_request_order.py:266 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "Apenas ordens em situação de rascunho podem ser desvinculadas" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:334 #: code:addons/stock_request/models/stock_request.py:353 #, python-format msgid "Only requests on draft state can be unlinked" @@ -555,6 +572,7 @@ msgid "Procurement Group" msgstr "Grupo de Aquisição" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:182 #: code:addons/stock_request/models/stock_request.py:192 #, python-format msgid "Procurement group must be equal to the order" @@ -701,6 +719,7 @@ msgid "Requested by" msgstr "Requisitado por" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:158 #: code:addons/stock_request/models/stock_request.py:168 #, python-format msgid "Requested by must be equal to the order" @@ -912,12 +931,14 @@ msgstr "Requisição de Estoque em Situação de Submetido" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 #: code:addons/stock_request/models/stock_request_order.py:282 +#: code:addons/stock_request/models/stock_request_order.py:283 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "A empresa da requisição de estoque deve coincidir com a do local." #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:273 +#: code:addons/stock_request/models/stock_request_order.py:274 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "A empresa da requisição de estoque deve coincidir com a do armazém." @@ -933,6 +954,7 @@ msgstr "" "recebidos em %s usando a Separação %s:" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:206 #: code:addons/stock_request/models/stock_request.py:216 #, python-format msgid "The picking policy must be equal to the order" @@ -940,6 +962,7 @@ msgstr "A política de separação deve ser igual à ordem" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:291 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "Essa ação só funciona no contexto dos produtos" @@ -964,6 +987,7 @@ msgstr "Transferências" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:312 +#: code:addons/stock_request/models/stock_request_order.py:313 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -1012,6 +1036,7 @@ msgid "Warehouse" msgstr "Armazém" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:165 #: code:addons/stock_request/models/stock_request.py:175 #, python-format msgid "Warehouse must be equal to the order" diff --git a/stock_request/i18n/ro.po b/stock_request/i18n/ro.po index a80de09d2..8f46f947c 100644 --- a/stock_request/i18n/ro.po +++ b/stock_request/i18n/ro.po @@ -112,8 +112,10 @@ msgid "Cancel" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:13 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Cancelled" msgstr "" @@ -136,6 +138,7 @@ msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:189 #: code:addons/stock_request/models/stock_request.py:199 #, python-format msgid "Company must be equal to the order" @@ -192,13 +195,17 @@ msgid "Display Name" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:12 #: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#, python-format msgid "Done" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:10 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Draft" msgstr "" @@ -234,6 +241,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:196 #: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "Expected date must be equal to the order" @@ -312,6 +320,12 @@ msgstr "" msgid "In Progress" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format +msgid "In progress" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_location msgid "Inventory Locations" @@ -371,6 +385,7 @@ msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:172 #: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Location must be equal to the order" @@ -482,11 +497,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:265 +#: code:addons/stock_request/models/stock_request_order.py:266 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:334 #: code:addons/stock_request/models/stock_request.py:353 #, python-format msgid "Only requests on draft state can be unlinked" @@ -541,6 +558,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:182 #: code:addons/stock_request/models/stock_request.py:192 #, python-format msgid "Procurement group must be equal to the order" @@ -679,6 +697,7 @@ msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:158 #: code:addons/stock_request/models/stock_request.py:168 #, python-format msgid "Requested by must be equal to the order" @@ -882,12 +901,14 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 #: code:addons/stock_request/models/stock_request_order.py:282 +#: code:addons/stock_request/models/stock_request_order.py:283 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:273 +#: code:addons/stock_request/models/stock_request_order.py:274 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -901,6 +922,7 @@ msgid "" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:206 #: code:addons/stock_request/models/stock_request.py:216 #, python-format msgid "The picking policy must be equal to the order" @@ -908,6 +930,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:291 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -932,6 +955,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:312 +#: code:addons/stock_request/models/stock_request_order.py:313 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -978,6 +1002,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:165 #: code:addons/stock_request/models/stock_request.py:175 #, python-format msgid "Warehouse must be equal to the order" diff --git a/stock_request/i18n/ru.po b/stock_request/i18n/ru.po index 9e9174fc5..ff68abeb8 100644 --- a/stock_request/i18n/ru.po +++ b/stock_request/i18n/ru.po @@ -113,8 +113,10 @@ msgid "Cancel" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:13 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Cancelled" msgstr "" @@ -137,6 +139,7 @@ msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:189 #: code:addons/stock_request/models/stock_request.py:199 #, python-format msgid "Company must be equal to the order" @@ -193,13 +196,17 @@ msgid "Display Name" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:12 #: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#, python-format msgid "Done" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:10 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Draft" msgstr "" @@ -235,6 +242,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:196 #: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "Expected date must be equal to the order" @@ -313,6 +321,12 @@ msgstr "" msgid "In Progress" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format +msgid "In progress" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_location msgid "Inventory Locations" @@ -372,6 +386,7 @@ msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:172 #: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Location must be equal to the order" @@ -483,11 +498,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:265 +#: code:addons/stock_request/models/stock_request_order.py:266 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:334 #: code:addons/stock_request/models/stock_request.py:353 #, python-format msgid "Only requests on draft state can be unlinked" @@ -542,6 +559,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:182 #: code:addons/stock_request/models/stock_request.py:192 #, python-format msgid "Procurement group must be equal to the order" @@ -680,6 +698,7 @@ msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:158 #: code:addons/stock_request/models/stock_request.py:168 #, python-format msgid "Requested by must be equal to the order" @@ -883,12 +902,14 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 #: code:addons/stock_request/models/stock_request_order.py:282 +#: code:addons/stock_request/models/stock_request_order.py:283 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:273 +#: code:addons/stock_request/models/stock_request_order.py:274 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -902,6 +923,7 @@ msgid "" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:206 #: code:addons/stock_request/models/stock_request.py:216 #, python-format msgid "The picking policy must be equal to the order" @@ -909,6 +931,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:291 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -933,6 +956,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:312 +#: code:addons/stock_request/models/stock_request_order.py:313 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -979,6 +1003,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:165 #: code:addons/stock_request/models/stock_request.py:175 #, python-format msgid "Warehouse must be equal to the order" diff --git a/stock_request/i18n/sl.po b/stock_request/i18n/sl.po index 911af1146..d6328719f 100644 --- a/stock_request/i18n/sl.po +++ b/stock_request/i18n/sl.po @@ -112,8 +112,10 @@ msgid "Cancel" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:13 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Cancelled" msgstr "" @@ -136,6 +138,7 @@ msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:189 #: code:addons/stock_request/models/stock_request.py:199 #, python-format msgid "Company must be equal to the order" @@ -192,13 +195,17 @@ msgid "Display Name" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:12 #: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#, python-format msgid "Done" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:10 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Draft" msgstr "" @@ -234,6 +241,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:196 #: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "Expected date must be equal to the order" @@ -312,6 +320,12 @@ msgstr "" msgid "In Progress" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format +msgid "In progress" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_location msgid "Inventory Locations" @@ -371,6 +385,7 @@ msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:172 #: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Location must be equal to the order" @@ -482,11 +497,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:265 +#: code:addons/stock_request/models/stock_request_order.py:266 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:334 #: code:addons/stock_request/models/stock_request.py:353 #, python-format msgid "Only requests on draft state can be unlinked" @@ -541,6 +558,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:182 #: code:addons/stock_request/models/stock_request.py:192 #, python-format msgid "Procurement group must be equal to the order" @@ -679,6 +697,7 @@ msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:158 #: code:addons/stock_request/models/stock_request.py:168 #, python-format msgid "Requested by must be equal to the order" @@ -882,12 +901,14 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 #: code:addons/stock_request/models/stock_request_order.py:282 +#: code:addons/stock_request/models/stock_request_order.py:283 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:273 +#: code:addons/stock_request/models/stock_request_order.py:274 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -901,6 +922,7 @@ msgid "" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:206 #: code:addons/stock_request/models/stock_request.py:216 #, python-format msgid "The picking policy must be equal to the order" @@ -908,6 +930,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:291 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -932,6 +955,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:312 +#: code:addons/stock_request/models/stock_request_order.py:313 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -978,6 +1002,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:165 #: code:addons/stock_request/models/stock_request.py:175 #, python-format msgid "Warehouse must be equal to the order" diff --git a/stock_request/i18n/tr.po b/stock_request/i18n/tr.po index 0a60e9a65..006806c3b 100644 --- a/stock_request/i18n/tr.po +++ b/stock_request/i18n/tr.po @@ -111,8 +111,10 @@ msgid "Cancel" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:13 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Cancelled" msgstr "" @@ -135,6 +137,7 @@ msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:189 #: code:addons/stock_request/models/stock_request.py:199 #, python-format msgid "Company must be equal to the order" @@ -191,13 +194,17 @@ msgid "Display Name" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:12 #: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#, python-format msgid "Done" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:10 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Draft" msgstr "" @@ -233,6 +240,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:196 #: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "Expected date must be equal to the order" @@ -311,6 +319,12 @@ msgstr "" msgid "In Progress" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format +msgid "In progress" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_location msgid "Inventory Locations" @@ -370,6 +384,7 @@ msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:172 #: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Location must be equal to the order" @@ -481,11 +496,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:265 +#: code:addons/stock_request/models/stock_request_order.py:266 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:334 #: code:addons/stock_request/models/stock_request.py:353 #, python-format msgid "Only requests on draft state can be unlinked" @@ -540,6 +557,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:182 #: code:addons/stock_request/models/stock_request.py:192 #, python-format msgid "Procurement group must be equal to the order" @@ -678,6 +696,7 @@ msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:158 #: code:addons/stock_request/models/stock_request.py:168 #, python-format msgid "Requested by must be equal to the order" @@ -881,12 +900,14 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 #: code:addons/stock_request/models/stock_request_order.py:282 +#: code:addons/stock_request/models/stock_request_order.py:283 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:273 +#: code:addons/stock_request/models/stock_request_order.py:274 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -900,6 +921,7 @@ msgid "" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:206 #: code:addons/stock_request/models/stock_request.py:216 #, python-format msgid "The picking policy must be equal to the order" @@ -907,6 +929,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:291 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -931,6 +954,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:312 +#: code:addons/stock_request/models/stock_request_order.py:313 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -977,6 +1001,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:165 #: code:addons/stock_request/models/stock_request.py:175 #, python-format msgid "Warehouse must be equal to the order" diff --git a/stock_request/i18n/tr_TR.po b/stock_request/i18n/tr_TR.po index 9c97cfcc6..8b59951fe 100644 --- a/stock_request/i18n/tr_TR.po +++ b/stock_request/i18n/tr_TR.po @@ -112,8 +112,10 @@ msgid "Cancel" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:13 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Cancelled" msgstr "" @@ -136,6 +138,7 @@ msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:189 #: code:addons/stock_request/models/stock_request.py:199 #, python-format msgid "Company must be equal to the order" @@ -192,13 +195,17 @@ msgid "Display Name" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:12 #: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#, python-format msgid "Done" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:10 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Draft" msgstr "" @@ -234,6 +241,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:196 #: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "Expected date must be equal to the order" @@ -312,6 +320,12 @@ msgstr "" msgid "In Progress" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format +msgid "In progress" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_location msgid "Inventory Locations" @@ -371,6 +385,7 @@ msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:172 #: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Location must be equal to the order" @@ -482,11 +497,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:265 +#: code:addons/stock_request/models/stock_request_order.py:266 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:334 #: code:addons/stock_request/models/stock_request.py:353 #, python-format msgid "Only requests on draft state can be unlinked" @@ -541,6 +558,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:182 #: code:addons/stock_request/models/stock_request.py:192 #, python-format msgid "Procurement group must be equal to the order" @@ -679,6 +697,7 @@ msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:158 #: code:addons/stock_request/models/stock_request.py:168 #, python-format msgid "Requested by must be equal to the order" @@ -882,12 +901,14 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 #: code:addons/stock_request/models/stock_request_order.py:282 +#: code:addons/stock_request/models/stock_request_order.py:283 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:273 +#: code:addons/stock_request/models/stock_request_order.py:274 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -901,6 +922,7 @@ msgid "" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:206 #: code:addons/stock_request/models/stock_request.py:216 #, python-format msgid "The picking policy must be equal to the order" @@ -908,6 +930,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:291 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -932,6 +955,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:312 +#: code:addons/stock_request/models/stock_request_order.py:313 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -978,6 +1002,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:165 #: code:addons/stock_request/models/stock_request.py:175 #, python-format msgid "Warehouse must be equal to the order" diff --git a/stock_request/i18n/vi_VN.po b/stock_request/i18n/vi_VN.po index b4a4c389b..68ffe8853 100644 --- a/stock_request/i18n/vi_VN.po +++ b/stock_request/i18n/vi_VN.po @@ -112,8 +112,10 @@ msgid "Cancel" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:13 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Cancelled" msgstr "" @@ -136,6 +138,7 @@ msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:189 #: code:addons/stock_request/models/stock_request.py:199 #, python-format msgid "Company must be equal to the order" @@ -192,13 +195,17 @@ msgid "Display Name" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:12 #: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#, python-format msgid "Done" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:10 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Draft" msgstr "" @@ -234,6 +241,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:196 #: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "Expected date must be equal to the order" @@ -312,6 +320,12 @@ msgstr "" msgid "In Progress" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format +msgid "In progress" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_location msgid "Inventory Locations" @@ -371,6 +385,7 @@ msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:172 #: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Location must be equal to the order" @@ -482,11 +497,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:265 +#: code:addons/stock_request/models/stock_request_order.py:266 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:334 #: code:addons/stock_request/models/stock_request.py:353 #, python-format msgid "Only requests on draft state can be unlinked" @@ -541,6 +558,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:182 #: code:addons/stock_request/models/stock_request.py:192 #, python-format msgid "Procurement group must be equal to the order" @@ -679,6 +697,7 @@ msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:158 #: code:addons/stock_request/models/stock_request.py:168 #, python-format msgid "Requested by must be equal to the order" @@ -882,12 +901,14 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 #: code:addons/stock_request/models/stock_request_order.py:282 +#: code:addons/stock_request/models/stock_request_order.py:283 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:273 +#: code:addons/stock_request/models/stock_request_order.py:274 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -901,6 +922,7 @@ msgid "" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:206 #: code:addons/stock_request/models/stock_request.py:216 #, python-format msgid "The picking policy must be equal to the order" @@ -908,6 +930,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:291 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -932,6 +955,7 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:312 +#: code:addons/stock_request/models/stock_request_order.py:313 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -978,6 +1002,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:165 #: code:addons/stock_request/models/stock_request.py:175 #, python-format msgid "Warehouse must be equal to the order" diff --git a/stock_request/i18n/zh_CN.po b/stock_request/i18n/zh_CN.po index 05f727bd7..9357e8104 100644 --- a/stock_request/i18n/zh_CN.po +++ b/stock_request/i18n/zh_CN.po @@ -113,9 +113,10 @@ msgid "Cancel" msgstr "取消" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:13 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search -#, fuzzy +#, fuzzy, python-format #| msgid "Cancelled" msgid "Cancelled" msgstr "已取消" @@ -139,6 +140,7 @@ msgid "Company" msgstr "公司" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:189 #: code:addons/stock_request/models/stock_request.py:199 #, python-format msgid "Company must be equal to the order" @@ -197,13 +199,17 @@ msgid "Display Name" msgstr "显示名称" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:12 #: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#, python-format msgid "Done" msgstr "完成" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:10 #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#, python-format msgid "Draft" msgstr "草稿" @@ -239,6 +245,7 @@ msgid "Expected Date" msgstr "预计日期" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:196 #: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "Expected date must be equal to the order" @@ -319,6 +326,13 @@ msgstr "如果勾选此项, 某些信息将会产生传递错误。" msgid "In Progress" msgstr "进行中" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:11 +#, fuzzy, python-format +#| msgid "In progress" +msgid "In progress" +msgstr "进行中" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_location msgid "Inventory Locations" @@ -378,6 +392,7 @@ msgid "Location" msgstr "位置" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:172 #: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Location must be equal to the order" @@ -491,11 +506,13 @@ msgstr "未读消息的数量" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:265 +#: code:addons/stock_request/models/stock_request_order.py:266 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "只有处于草稿状态的订单才能取消链接" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:334 #: code:addons/stock_request/models/stock_request.py:353 #, python-format msgid "Only requests on draft state can be unlinked" @@ -550,6 +567,7 @@ msgid "Procurement Group" msgstr "补货组" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:182 #: code:addons/stock_request/models/stock_request.py:192 #, python-format msgid "Procurement group must be equal to the order" @@ -692,6 +710,7 @@ msgid "Requested by" msgstr "请求者" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:158 #: code:addons/stock_request/models/stock_request.py:168 #, python-format msgid "Requested by must be equal to the order" @@ -901,12 +920,14 @@ msgstr "库存请求的提交状态" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 #: code:addons/stock_request/models/stock_request_order.py:282 +#: code:addons/stock_request/models/stock_request_order.py:283 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "库存请求的公司必须与位置的公司匹配。" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:273 +#: code:addons/stock_request/models/stock_request_order.py:274 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "库存请求的公司必须与仓库的公司匹配。" @@ -920,6 +941,7 @@ msgid "" msgstr "从库存请求%s中请求的下列项目现在已在使用领料%s的%s中收到:" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:206 #: code:addons/stock_request/models/stock_request.py:216 #, python-format msgid "The picking policy must be equal to the order" @@ -927,6 +949,7 @@ msgstr "拣货策略必须等于订单" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:291 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "此操作仅在产品范围内有效" @@ -951,6 +974,7 @@ msgstr "调拨" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:312 +#: code:addons/stock_request/models/stock_request_order.py:313 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -997,6 +1021,7 @@ msgid "Warehouse" msgstr "仓库" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:165 #: code:addons/stock_request/models/stock_request.py:175 #, python-format msgid "Warehouse must be equal to the order"