Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: stock-logistics-warehouse-12.0/stock-logistics-warehouse-12.0-stock_request
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_request/
This commit is contained in:
OCA Transbot
2020-05-28 20:53:38 +00:00
parent 59fb8fecc7
commit f246cc96ef
25 changed files with 630 additions and 5 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"