diff --git a/stock_request/i18n/ca.po b/stock_request/i18n/ca.po index 6be03811c..79e71edce 100644 --- a/stock_request/i18n/ca.po +++ b/stock_request/i18n/ca.po @@ -50,6 +50,11 @@ msgstr "" msgid "Activity State" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Add State to Stock Request and Stock Request Orders if activated." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" @@ -105,7 +110,8 @@ msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:13 +#, python-format msgid "Cancelled" msgstr "" @@ -128,7 +134,7 @@ msgid "Company" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:170 +#: code:addons/stock_request/models/stock_request.py:189 #, python-format msgid "Company must be equal to the order" msgstr "" @@ -179,13 +185,15 @@ 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 -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#, python-format msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:10 +#, python-format msgid "Draft" msgstr "" @@ -209,6 +217,11 @@ msgstr "" msgid "Enable Stock Requests for Purchases" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Submitted State" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date @@ -216,7 +229,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:177 +#: code:addons/stock_request/models/stock_request.py:196 #, python-format msgid "Expected date must be equal to the order" msgstr "" @@ -282,7 +295,8 @@ msgid "If checked, some messages have a delivery error." msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format msgid "In progress" msgstr "" @@ -344,7 +358,7 @@ msgid "Location" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:153 +#: code:addons/stock_request/models/stock_request.py:172 #, python-format msgid "Location must be equal to the order" msgstr "" @@ -454,13 +468,13 @@ msgid "Number of unread messages" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:264 +#: 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:314 +#: code:addons/stock_request/models/stock_request.py:334 #, python-format msgid "Only requests on draft state can be unlinked" msgstr "" @@ -514,7 +528,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:163 +#: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Procurement group must be equal to the order" msgstr "" @@ -642,7 +656,7 @@ msgid "Requested by" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:139 +#: code:addons/stock_request/models/stock_request.py:158 #, python-format msgid "Requested by must be equal to the order" msgstr "" @@ -775,6 +789,12 @@ msgstr "" msgid "Stock Request name must be unique" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:165 +#, python-format +msgid "Stock Request product quantity has to be strictly positive." +msgstr "" + #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form #: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids @@ -825,15 +845,20 @@ msgstr "" msgid "Stock requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_submit +msgid "Submitted state in Stock Requests" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:281 +#: 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:272 +#: 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 "" @@ -847,13 +872,13 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "The picking policy must be equal to the order" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:290 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -877,7 +902,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:311 +#: 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 " @@ -923,7 +948,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:146 +#: code:addons/stock_request/models/stock_request.py:165 #, python-format msgid "Warehouse must be equal to the order" msgstr "" diff --git a/stock_request/i18n/de.po b/stock_request/i18n/de.po index dd37beec9..68d4014d9 100644 --- a/stock_request/i18n/de.po +++ b/stock_request/i18n/de.po @@ -52,6 +52,11 @@ msgstr "" msgid "Activity State" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Add State to Stock Request and Stock Request Orders if activated." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" @@ -109,7 +114,8 @@ msgid "Cancel" msgstr "Abbrechen" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:13 +#, python-format msgid "Cancelled" msgstr "Abgebrochen" @@ -133,7 +139,7 @@ msgid "Company" msgstr "Unternehmen" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:170 +#: code:addons/stock_request/models/stock_request.py:189 #, python-format msgid "Company must be equal to the order" msgstr "Unternehmen muss mit Auftrag übereinstimmen" @@ -186,13 +192,15 @@ 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 -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#, python-format msgid "Done" msgstr "Erledigt" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:10 +#, python-format msgid "Draft" msgstr "Entwurf" @@ -218,6 +226,11 @@ msgstr "Anforderungsverwalter" msgid "Enable Stock Requests for Purchases" msgstr "Anforderungssuche" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Submitted State" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date @@ -225,7 +238,7 @@ msgid "Expected Date" msgstr "Voraussichtliches Datum" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:177 +#: code:addons/stock_request/models/stock_request.py:196 #, python-format msgid "Expected date must be equal to the order" msgstr "Voraussichtliches Datum muss mit Auftrag übereinstimmen" @@ -292,7 +305,8 @@ msgid "If checked, some messages have a delivery error." msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format msgid "In progress" msgstr "In Bearbeitung" @@ -354,7 +368,7 @@ msgid "Location" msgstr "Ort" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:153 +#: code:addons/stock_request/models/stock_request.py:172 #, python-format msgid "Location must be equal to the order" msgstr "" @@ -467,13 +481,13 @@ msgid "Number of unread messages" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:264 +#: 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:314 +#: code:addons/stock_request/models/stock_request.py:334 #, python-format msgid "Only requests on draft state can be unlinked" msgstr "" @@ -529,7 +543,7 @@ msgid "Procurement Group" msgstr "Beschaffungsgruppe" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:163 +#: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Procurement group must be equal to the order" msgstr "Beschaffungsgruppe muss mit Auftrag übereinstimmen" @@ -659,7 +673,7 @@ msgid "Requested by" msgstr "Angefordert durch" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:139 +#: code:addons/stock_request/models/stock_request.py:158 #, python-format msgid "Requested by must be equal to the order" msgstr "" @@ -797,6 +811,12 @@ msgstr "Anforderungs-Anwender" msgid "Stock Request name must be unique" msgstr "Bezeichner der Anforderung muss eindeutig sein" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:165 +#, python-format +msgid "Stock Request product quantity has to be strictly positive." +msgstr "" + #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form #: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids @@ -854,15 +874,21 @@ msgstr "Bestandsanforderung" msgid "Stock requests" msgstr "Bestandsanforderungen" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_submit +#, fuzzy +msgid "Submitted state in Stock Requests" +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:281 +#: 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:272 +#: 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 "" @@ -878,13 +904,13 @@ msgstr "" "Kommissionierung %s:" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "The picking policy must be equal to the order" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:290 +#: 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" @@ -908,7 +934,7 @@ msgid "Transfers" msgstr "Umlagerungen" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:311 +#: 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 " @@ -954,7 +980,7 @@ msgid "Warehouse" msgstr "Warenlager" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:146 +#: code:addons/stock_request/models/stock_request.py:165 #, python-format msgid "Warehouse must be equal to the order" msgstr "" diff --git a/stock_request/i18n/el_GR.po b/stock_request/i18n/el_GR.po index 528e4cc78..c97e51dd7 100644 --- a/stock_request/i18n/el_GR.po +++ b/stock_request/i18n/el_GR.po @@ -51,6 +51,11 @@ msgstr "" msgid "Activity State" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Add State to Stock Request and Stock Request Orders if activated." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" @@ -106,7 +111,8 @@ msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:13 +#, python-format msgid "Cancelled" msgstr "" @@ -129,7 +135,7 @@ msgid "Company" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:170 +#: code:addons/stock_request/models/stock_request.py:189 #, python-format msgid "Company must be equal to the order" msgstr "" @@ -180,13 +186,15 @@ 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 -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#, python-format msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:10 +#, python-format msgid "Draft" msgstr "" @@ -210,6 +218,11 @@ msgstr "" msgid "Enable Stock Requests for Purchases" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Submitted State" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date @@ -217,7 +230,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:177 +#: code:addons/stock_request/models/stock_request.py:196 #, python-format msgid "Expected date must be equal to the order" msgstr "" @@ -283,7 +296,8 @@ msgid "If checked, some messages have a delivery error." msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format msgid "In progress" msgstr "" @@ -345,7 +359,7 @@ msgid "Location" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:153 +#: code:addons/stock_request/models/stock_request.py:172 #, python-format msgid "Location must be equal to the order" msgstr "" @@ -455,13 +469,13 @@ msgid "Number of unread messages" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:264 +#: 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:314 +#: code:addons/stock_request/models/stock_request.py:334 #, python-format msgid "Only requests on draft state can be unlinked" msgstr "" @@ -515,7 +529,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:163 +#: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Procurement group must be equal to the order" msgstr "" @@ -643,7 +657,7 @@ msgid "Requested by" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:139 +#: code:addons/stock_request/models/stock_request.py:158 #, python-format msgid "Requested by must be equal to the order" msgstr "" @@ -776,6 +790,12 @@ msgstr "" msgid "Stock Request name must be unique" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:165 +#, python-format +msgid "Stock Request product quantity has to be strictly positive." +msgstr "" + #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form #: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids @@ -826,15 +846,20 @@ msgstr "" msgid "Stock requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_submit +msgid "Submitted state in Stock Requests" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:281 +#: 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:272 +#: 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 "" @@ -848,13 +873,13 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "The picking policy must be equal to the order" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:290 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -878,7 +903,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:311 +#: 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 " @@ -924,7 +949,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:146 +#: code:addons/stock_request/models/stock_request.py:165 #, python-format msgid "Warehouse must be equal to the order" msgstr "" diff --git a/stock_request/i18n/es.po b/stock_request/i18n/es.po index 75f7148c4..79c3b679a 100644 --- a/stock_request/i18n/es.po +++ b/stock_request/i18n/es.po @@ -52,6 +52,11 @@ msgstr "" msgid "Activity State" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Add State to Stock Request and Stock Request Orders if activated." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" @@ -108,7 +113,8 @@ msgid "Cancel" msgstr "Cancelar" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:13 +#, python-format msgid "Cancelled" msgstr "Cancelado" @@ -132,7 +138,7 @@ msgid "Company" msgstr "Compañía" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:170 +#: code:addons/stock_request/models/stock_request.py:189 #, python-format msgid "Company must be equal to the order" msgstr "La compañía debe ser la misma que la de la petición" @@ -185,13 +191,15 @@ msgid "Display Name" msgstr "Nombre mostrado" #. 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 -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#, python-format msgid "Done" msgstr "Hecho" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:10 +#, python-format msgid "Draft" msgstr "Borrador" @@ -215,6 +223,11 @@ msgstr "Permite usar tarjetas Kanban para las solicitudes de existencias" msgid "Enable Stock Requests for Purchases" msgstr "Permite usar las solicitudes de existencias con Compras" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Submitted State" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date @@ -222,7 +235,7 @@ msgid "Expected Date" msgstr "Fecha prevista" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:177 +#: code:addons/stock_request/models/stock_request.py:196 #, python-format msgid "Expected date must be equal to the order" msgstr "La fecha prevista debe ser la misma que la del pedido" @@ -288,7 +301,8 @@ msgid "If checked, some messages have a delivery error." msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format msgid "In progress" msgstr "En progreso" @@ -350,7 +364,7 @@ msgid "Location" msgstr "Ubicación" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:153 +#: code:addons/stock_request/models/stock_request.py:172 #, python-format msgid "Location must be equal to the order" msgstr "La ubicación debe ser la misma que la del pedido" @@ -463,13 +477,13 @@ msgid "Number of unread messages" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:264 +#: 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:314 +#: code:addons/stock_request/models/stock_request.py:334 #, python-format msgid "Only requests on draft state can be unlinked" msgstr "Sólo se pueden eliminar peticiones en estado borrador" @@ -523,7 +537,7 @@ msgid "Procurement Group" msgstr "Grupo de abastecimiento" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:163 +#: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Procurement group must be equal to the order" msgstr "El grupo de abastecimiento debe coincidir" @@ -655,7 +669,7 @@ msgid "Requested by" msgstr "Solicitado por" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:139 +#: code:addons/stock_request/models/stock_request.py:158 #, python-format msgid "Requested by must be equal to the order" msgstr "El solicitante debe coincidir" @@ -790,6 +804,12 @@ msgstr "Usuario de Solicitudes de Existencias" msgid "Stock Request name must be unique" msgstr "El nombre de la solicitud debe ser único" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:165 +#, python-format +msgid "Stock Request product quantity has to be strictly positive." +msgstr "" + #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form #: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids @@ -843,15 +863,22 @@ msgstr "Solicitud de existencias" msgid "Stock requests" msgstr "Solicitudes de existencias" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_submit +#, fuzzy +#| msgid "Use Purchases with Stock Requests" +msgid "Submitted state in Stock Requests" +msgstr "Usar Compras con las Solicitudes de Existencias" + #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:281 +#: 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:272 +#: 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." @@ -867,13 +894,13 @@ msgstr "" "albarán %s:" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "The picking policy must be equal to the order" msgstr "La política de albaranes debe coincidir" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:290 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -897,7 +924,7 @@ msgid "Transfers" msgstr "Transferencias" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:311 +#: 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 " @@ -945,7 +972,7 @@ msgid "Warehouse" msgstr "Almacén" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:146 +#: code:addons/stock_request/models/stock_request.py:165 #, python-format msgid "Warehouse must be equal to the order" msgstr "El almacén debe coincidir" diff --git a/stock_request/i18n/es_ES.po b/stock_request/i18n/es_ES.po index 200fad36e..b725394f0 100644 --- a/stock_request/i18n/es_ES.po +++ b/stock_request/i18n/es_ES.po @@ -51,6 +51,11 @@ msgstr "" msgid "Activity State" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Add State to Stock Request and Stock Request Orders if activated." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" @@ -106,7 +111,8 @@ msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:13 +#, python-format msgid "Cancelled" msgstr "" @@ -129,7 +135,7 @@ msgid "Company" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:170 +#: code:addons/stock_request/models/stock_request.py:189 #, python-format msgid "Company must be equal to the order" msgstr "" @@ -180,13 +186,15 @@ 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 -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#, python-format msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:10 +#, python-format msgid "Draft" msgstr "" @@ -210,6 +218,11 @@ msgstr "" msgid "Enable Stock Requests for Purchases" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Submitted State" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date @@ -217,7 +230,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:177 +#: code:addons/stock_request/models/stock_request.py:196 #, python-format msgid "Expected date must be equal to the order" msgstr "" @@ -283,7 +296,8 @@ msgid "If checked, some messages have a delivery error." msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format msgid "In progress" msgstr "" @@ -345,7 +359,7 @@ msgid "Location" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:153 +#: code:addons/stock_request/models/stock_request.py:172 #, python-format msgid "Location must be equal to the order" msgstr "" @@ -455,13 +469,13 @@ msgid "Number of unread messages" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:264 +#: 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:314 +#: code:addons/stock_request/models/stock_request.py:334 #, python-format msgid "Only requests on draft state can be unlinked" msgstr "" @@ -515,7 +529,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:163 +#: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Procurement group must be equal to the order" msgstr "" @@ -643,7 +657,7 @@ msgid "Requested by" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:139 +#: code:addons/stock_request/models/stock_request.py:158 #, python-format msgid "Requested by must be equal to the order" msgstr "" @@ -776,6 +790,12 @@ msgstr "" msgid "Stock Request name must be unique" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:165 +#, python-format +msgid "Stock Request product quantity has to be strictly positive." +msgstr "" + #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form #: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids @@ -826,15 +846,20 @@ msgstr "" msgid "Stock requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_submit +msgid "Submitted state in Stock Requests" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:281 +#: 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:272 +#: 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 "" @@ -848,13 +873,13 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "The picking policy must be equal to the order" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:290 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -878,7 +903,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:311 +#: 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 " @@ -924,7 +949,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:146 +#: code:addons/stock_request/models/stock_request.py:165 #, python-format msgid "Warehouse must be equal to the order" msgstr "" diff --git a/stock_request/i18n/eu.po b/stock_request/i18n/eu.po index 14f98f2e4..1eedc448f 100644 --- a/stock_request/i18n/eu.po +++ b/stock_request/i18n/eu.po @@ -50,6 +50,11 @@ msgstr "" msgid "Activity State" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Add State to Stock Request and Stock Request Orders if activated." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" @@ -105,7 +110,8 @@ msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:13 +#, python-format msgid "Cancelled" msgstr "" @@ -128,7 +134,7 @@ msgid "Company" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:170 +#: code:addons/stock_request/models/stock_request.py:189 #, python-format msgid "Company must be equal to the order" msgstr "" @@ -179,13 +185,15 @@ 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 -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#, python-format msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:10 +#, python-format msgid "Draft" msgstr "" @@ -209,6 +217,11 @@ msgstr "" msgid "Enable Stock Requests for Purchases" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Submitted State" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date @@ -216,7 +229,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:177 +#: code:addons/stock_request/models/stock_request.py:196 #, python-format msgid "Expected date must be equal to the order" msgstr "" @@ -282,7 +295,8 @@ msgid "If checked, some messages have a delivery error." msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format msgid "In progress" msgstr "" @@ -344,7 +358,7 @@ msgid "Location" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:153 +#: code:addons/stock_request/models/stock_request.py:172 #, python-format msgid "Location must be equal to the order" msgstr "" @@ -454,13 +468,13 @@ msgid "Number of unread messages" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:264 +#: 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:314 +#: code:addons/stock_request/models/stock_request.py:334 #, python-format msgid "Only requests on draft state can be unlinked" msgstr "" @@ -514,7 +528,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:163 +#: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Procurement group must be equal to the order" msgstr "" @@ -642,7 +656,7 @@ msgid "Requested by" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:139 +#: code:addons/stock_request/models/stock_request.py:158 #, python-format msgid "Requested by must be equal to the order" msgstr "" @@ -775,6 +789,12 @@ msgstr "" msgid "Stock Request name must be unique" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:165 +#, python-format +msgid "Stock Request product quantity has to be strictly positive." +msgstr "" + #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form #: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids @@ -825,15 +845,20 @@ msgstr "" msgid "Stock requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_submit +msgid "Submitted state in Stock Requests" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:281 +#: 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:272 +#: 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 "" @@ -847,13 +872,13 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "The picking policy must be equal to the order" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:290 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -877,7 +902,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:311 +#: 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 " @@ -923,7 +948,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:146 +#: code:addons/stock_request/models/stock_request.py:165 #, python-format msgid "Warehouse must be equal to the order" msgstr "" diff --git a/stock_request/i18n/fi.po b/stock_request/i18n/fi.po index 0b4610ee5..e04e7320c 100644 --- a/stock_request/i18n/fi.po +++ b/stock_request/i18n/fi.po @@ -50,6 +50,11 @@ msgstr "" msgid "Activity State" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Add State to Stock Request and Stock Request Orders if activated." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" @@ -105,7 +110,8 @@ msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:13 +#, python-format msgid "Cancelled" msgstr "" @@ -128,7 +134,7 @@ msgid "Company" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:170 +#: code:addons/stock_request/models/stock_request.py:189 #, python-format msgid "Company must be equal to the order" msgstr "" @@ -179,13 +185,15 @@ 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 -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#, python-format msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:10 +#, python-format msgid "Draft" msgstr "" @@ -209,6 +217,11 @@ msgstr "" msgid "Enable Stock Requests for Purchases" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Submitted State" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date @@ -216,7 +229,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:177 +#: code:addons/stock_request/models/stock_request.py:196 #, python-format msgid "Expected date must be equal to the order" msgstr "" @@ -282,7 +295,8 @@ msgid "If checked, some messages have a delivery error." msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format msgid "In progress" msgstr "" @@ -344,7 +358,7 @@ msgid "Location" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:153 +#: code:addons/stock_request/models/stock_request.py:172 #, python-format msgid "Location must be equal to the order" msgstr "" @@ -454,13 +468,13 @@ msgid "Number of unread messages" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:264 +#: 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:314 +#: code:addons/stock_request/models/stock_request.py:334 #, python-format msgid "Only requests on draft state can be unlinked" msgstr "" @@ -514,7 +528,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:163 +#: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Procurement group must be equal to the order" msgstr "" @@ -642,7 +656,7 @@ msgid "Requested by" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:139 +#: code:addons/stock_request/models/stock_request.py:158 #, python-format msgid "Requested by must be equal to the order" msgstr "" @@ -775,6 +789,12 @@ msgstr "" msgid "Stock Request name must be unique" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:165 +#, python-format +msgid "Stock Request product quantity has to be strictly positive." +msgstr "" + #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form #: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids @@ -825,15 +845,20 @@ msgstr "" msgid "Stock requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_submit +msgid "Submitted state in Stock Requests" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:281 +#: 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:272 +#: 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 "" @@ -847,13 +872,13 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "The picking policy must be equal to the order" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:290 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -877,7 +902,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:311 +#: 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 " @@ -923,7 +948,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:146 +#: code:addons/stock_request/models/stock_request.py:165 #, python-format msgid "Warehouse must be equal to the order" msgstr "" diff --git a/stock_request/i18n/fr.po b/stock_request/i18n/fr.po index 584f94c59..557727503 100644 --- a/stock_request/i18n/fr.po +++ b/stock_request/i18n/fr.po @@ -50,6 +50,11 @@ msgstr "" msgid "Activity State" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Add State to Stock Request and Stock Request Orders if activated." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" @@ -105,7 +110,8 @@ msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:13 +#, python-format msgid "Cancelled" msgstr "" @@ -128,7 +134,7 @@ msgid "Company" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:170 +#: code:addons/stock_request/models/stock_request.py:189 #, python-format msgid "Company must be equal to the order" msgstr "" @@ -179,13 +185,15 @@ 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 -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#, python-format msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:10 +#, python-format msgid "Draft" msgstr "" @@ -209,6 +217,11 @@ msgstr "" msgid "Enable Stock Requests for Purchases" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Submitted State" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date @@ -216,7 +229,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:177 +#: code:addons/stock_request/models/stock_request.py:196 #, python-format msgid "Expected date must be equal to the order" msgstr "" @@ -282,7 +295,8 @@ msgid "If checked, some messages have a delivery error." msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format msgid "In progress" msgstr "" @@ -344,7 +358,7 @@ msgid "Location" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:153 +#: code:addons/stock_request/models/stock_request.py:172 #, python-format msgid "Location must be equal to the order" msgstr "" @@ -454,13 +468,13 @@ msgid "Number of unread messages" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:264 +#: 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:314 +#: code:addons/stock_request/models/stock_request.py:334 #, python-format msgid "Only requests on draft state can be unlinked" msgstr "" @@ -514,7 +528,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:163 +#: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Procurement group must be equal to the order" msgstr "" @@ -642,7 +656,7 @@ msgid "Requested by" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:139 +#: code:addons/stock_request/models/stock_request.py:158 #, python-format msgid "Requested by must be equal to the order" msgstr "" @@ -775,6 +789,12 @@ msgstr "" msgid "Stock Request name must be unique" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:165 +#, python-format +msgid "Stock Request product quantity has to be strictly positive." +msgstr "" + #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form #: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids @@ -825,15 +845,20 @@ msgstr "" msgid "Stock requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_submit +msgid "Submitted state in Stock Requests" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:281 +#: 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:272 +#: 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 "" @@ -847,13 +872,13 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "The picking policy must be equal to the order" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:290 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -877,7 +902,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:311 +#: 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 " @@ -923,7 +948,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:146 +#: code:addons/stock_request/models/stock_request.py:165 #, python-format msgid "Warehouse must be equal to the order" msgstr "" diff --git a/stock_request/i18n/fr_CH.po b/stock_request/i18n/fr_CH.po index 1810781fc..59bd25c42 100644 --- a/stock_request/i18n/fr_CH.po +++ b/stock_request/i18n/fr_CH.po @@ -51,6 +51,11 @@ msgstr "" msgid "Activity State" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Add State to Stock Request and Stock Request Orders if activated." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" @@ -106,7 +111,8 @@ msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:13 +#, python-format msgid "Cancelled" msgstr "" @@ -129,7 +135,7 @@ msgid "Company" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:170 +#: code:addons/stock_request/models/stock_request.py:189 #, python-format msgid "Company must be equal to the order" msgstr "" @@ -180,13 +186,15 @@ 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 -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#, python-format msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:10 +#, python-format msgid "Draft" msgstr "" @@ -210,6 +218,11 @@ msgstr "" msgid "Enable Stock Requests for Purchases" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Submitted State" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date @@ -217,7 +230,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:177 +#: code:addons/stock_request/models/stock_request.py:196 #, python-format msgid "Expected date must be equal to the order" msgstr "" @@ -283,7 +296,8 @@ msgid "If checked, some messages have a delivery error." msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format msgid "In progress" msgstr "" @@ -345,7 +359,7 @@ msgid "Location" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:153 +#: code:addons/stock_request/models/stock_request.py:172 #, python-format msgid "Location must be equal to the order" msgstr "" @@ -455,13 +469,13 @@ msgid "Number of unread messages" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:264 +#: 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:314 +#: code:addons/stock_request/models/stock_request.py:334 #, python-format msgid "Only requests on draft state can be unlinked" msgstr "" @@ -515,7 +529,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:163 +#: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Procurement group must be equal to the order" msgstr "" @@ -643,7 +657,7 @@ msgid "Requested by" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:139 +#: code:addons/stock_request/models/stock_request.py:158 #, python-format msgid "Requested by must be equal to the order" msgstr "" @@ -776,6 +790,12 @@ msgstr "" msgid "Stock Request name must be unique" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:165 +#, python-format +msgid "Stock Request product quantity has to be strictly positive." +msgstr "" + #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form #: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids @@ -826,15 +846,20 @@ msgstr "" msgid "Stock requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_submit +msgid "Submitted state in Stock Requests" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:281 +#: 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:272 +#: 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 "" @@ -848,13 +873,13 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "The picking policy must be equal to the order" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:290 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -878,7 +903,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:311 +#: 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 " @@ -924,7 +949,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:146 +#: code:addons/stock_request/models/stock_request.py:165 #, python-format msgid "Warehouse must be equal to the order" msgstr "" diff --git a/stock_request/i18n/fr_FR.po b/stock_request/i18n/fr_FR.po index 369ea1324..d2aea3cf7 100644 --- a/stock_request/i18n/fr_FR.po +++ b/stock_request/i18n/fr_FR.po @@ -51,6 +51,11 @@ msgstr "" msgid "Activity State" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Add State to Stock Request and Stock Request Orders if activated." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" @@ -106,7 +111,8 @@ msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:13 +#, python-format msgid "Cancelled" msgstr "" @@ -129,7 +135,7 @@ msgid "Company" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:170 +#: code:addons/stock_request/models/stock_request.py:189 #, python-format msgid "Company must be equal to the order" msgstr "" @@ -180,13 +186,15 @@ 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 -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#, python-format msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:10 +#, python-format msgid "Draft" msgstr "" @@ -210,6 +218,11 @@ msgstr "" msgid "Enable Stock Requests for Purchases" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Submitted State" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date @@ -217,7 +230,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:177 +#: code:addons/stock_request/models/stock_request.py:196 #, python-format msgid "Expected date must be equal to the order" msgstr "" @@ -283,7 +296,8 @@ msgid "If checked, some messages have a delivery error." msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format msgid "In progress" msgstr "" @@ -345,7 +359,7 @@ msgid "Location" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:153 +#: code:addons/stock_request/models/stock_request.py:172 #, python-format msgid "Location must be equal to the order" msgstr "" @@ -455,13 +469,13 @@ msgid "Number of unread messages" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:264 +#: 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:314 +#: code:addons/stock_request/models/stock_request.py:334 #, python-format msgid "Only requests on draft state can be unlinked" msgstr "" @@ -515,7 +529,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:163 +#: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Procurement group must be equal to the order" msgstr "" @@ -643,7 +657,7 @@ msgid "Requested by" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:139 +#: code:addons/stock_request/models/stock_request.py:158 #, python-format msgid "Requested by must be equal to the order" msgstr "" @@ -776,6 +790,12 @@ msgstr "" msgid "Stock Request name must be unique" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:165 +#, python-format +msgid "Stock Request product quantity has to be strictly positive." +msgstr "" + #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form #: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids @@ -826,15 +846,20 @@ msgstr "" msgid "Stock requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_submit +msgid "Submitted state in Stock Requests" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:281 +#: 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:272 +#: 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 "" @@ -848,13 +873,13 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "The picking policy must be equal to the order" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:290 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -878,7 +903,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:311 +#: 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 " @@ -924,7 +949,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:146 +#: code:addons/stock_request/models/stock_request.py:165 #, python-format msgid "Warehouse must be equal to the order" msgstr "" diff --git a/stock_request/i18n/gl.po b/stock_request/i18n/gl.po index a50c37280..0f78380c6 100644 --- a/stock_request/i18n/gl.po +++ b/stock_request/i18n/gl.po @@ -50,6 +50,11 @@ msgstr "" msgid "Activity State" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Add State to Stock Request and Stock Request Orders if activated." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" @@ -105,7 +110,8 @@ msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:13 +#, python-format msgid "Cancelled" msgstr "" @@ -128,7 +134,7 @@ msgid "Company" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:170 +#: code:addons/stock_request/models/stock_request.py:189 #, python-format msgid "Company must be equal to the order" msgstr "" @@ -179,13 +185,15 @@ 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 -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#, python-format msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:10 +#, python-format msgid "Draft" msgstr "" @@ -209,6 +217,11 @@ msgstr "" msgid "Enable Stock Requests for Purchases" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Submitted State" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date @@ -216,7 +229,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:177 +#: code:addons/stock_request/models/stock_request.py:196 #, python-format msgid "Expected date must be equal to the order" msgstr "" @@ -282,7 +295,8 @@ msgid "If checked, some messages have a delivery error." msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format msgid "In progress" msgstr "" @@ -344,7 +358,7 @@ msgid "Location" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:153 +#: code:addons/stock_request/models/stock_request.py:172 #, python-format msgid "Location must be equal to the order" msgstr "" @@ -454,13 +468,13 @@ msgid "Number of unread messages" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:264 +#: 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:314 +#: code:addons/stock_request/models/stock_request.py:334 #, python-format msgid "Only requests on draft state can be unlinked" msgstr "" @@ -514,7 +528,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:163 +#: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Procurement group must be equal to the order" msgstr "" @@ -642,7 +656,7 @@ msgid "Requested by" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:139 +#: code:addons/stock_request/models/stock_request.py:158 #, python-format msgid "Requested by must be equal to the order" msgstr "" @@ -775,6 +789,12 @@ msgstr "" msgid "Stock Request name must be unique" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:165 +#, python-format +msgid "Stock Request product quantity has to be strictly positive." +msgstr "" + #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form #: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids @@ -825,15 +845,20 @@ msgstr "" msgid "Stock requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_submit +msgid "Submitted state in Stock Requests" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:281 +#: 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:272 +#: 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 "" @@ -847,13 +872,13 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "The picking policy must be equal to the order" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:290 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -877,7 +902,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:311 +#: 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 " @@ -923,7 +948,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:146 +#: code:addons/stock_request/models/stock_request.py:165 #, python-format msgid "Warehouse must be equal to the order" msgstr "" diff --git a/stock_request/i18n/hr.po b/stock_request/i18n/hr.po index cef1bd8e1..c1a5978ae 100644 --- a/stock_request/i18n/hr.po +++ b/stock_request/i18n/hr.po @@ -51,6 +51,11 @@ msgstr "" msgid "Activity State" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Add State to Stock Request and Stock Request Orders if activated." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" @@ -106,7 +111,8 @@ msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:13 +#, python-format msgid "Cancelled" msgstr "" @@ -129,7 +135,7 @@ msgid "Company" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:170 +#: code:addons/stock_request/models/stock_request.py:189 #, python-format msgid "Company must be equal to the order" msgstr "" @@ -180,13 +186,15 @@ 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 -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#, python-format msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:10 +#, python-format msgid "Draft" msgstr "" @@ -210,6 +218,11 @@ msgstr "" msgid "Enable Stock Requests for Purchases" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Submitted State" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date @@ -217,7 +230,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:177 +#: code:addons/stock_request/models/stock_request.py:196 #, python-format msgid "Expected date must be equal to the order" msgstr "" @@ -283,7 +296,8 @@ msgid "If checked, some messages have a delivery error." msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format msgid "In progress" msgstr "" @@ -345,7 +359,7 @@ msgid "Location" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:153 +#: code:addons/stock_request/models/stock_request.py:172 #, python-format msgid "Location must be equal to the order" msgstr "" @@ -455,13 +469,13 @@ msgid "Number of unread messages" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:264 +#: 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:314 +#: code:addons/stock_request/models/stock_request.py:334 #, python-format msgid "Only requests on draft state can be unlinked" msgstr "" @@ -515,7 +529,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:163 +#: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Procurement group must be equal to the order" msgstr "" @@ -643,7 +657,7 @@ msgid "Requested by" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:139 +#: code:addons/stock_request/models/stock_request.py:158 #, python-format msgid "Requested by must be equal to the order" msgstr "" @@ -776,6 +790,12 @@ msgstr "" msgid "Stock Request name must be unique" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:165 +#, python-format +msgid "Stock Request product quantity has to be strictly positive." +msgstr "" + #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form #: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids @@ -826,15 +846,20 @@ msgstr "" msgid "Stock requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_submit +msgid "Submitted state in Stock Requests" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:281 +#: 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:272 +#: 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 "" @@ -848,13 +873,13 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "The picking policy must be equal to the order" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:290 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -878,7 +903,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:311 +#: 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 " @@ -924,7 +949,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:146 +#: code:addons/stock_request/models/stock_request.py:165 #, python-format msgid "Warehouse must be equal to the order" msgstr "" diff --git a/stock_request/i18n/hr_HR.po b/stock_request/i18n/hr_HR.po index 226ff8a47..c8232b78e 100644 --- a/stock_request/i18n/hr_HR.po +++ b/stock_request/i18n/hr_HR.po @@ -52,6 +52,11 @@ msgstr "" msgid "Activity State" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Add State to Stock Request and Stock Request Orders if activated." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" @@ -107,7 +112,8 @@ msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:13 +#, python-format msgid "Cancelled" msgstr "" @@ -130,7 +136,7 @@ msgid "Company" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:170 +#: code:addons/stock_request/models/stock_request.py:189 #, python-format msgid "Company must be equal to the order" msgstr "" @@ -181,13 +187,15 @@ 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 -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#, python-format msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:10 +#, python-format msgid "Draft" msgstr "" @@ -211,6 +219,11 @@ msgstr "" msgid "Enable Stock Requests for Purchases" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Submitted State" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date @@ -218,7 +231,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:177 +#: code:addons/stock_request/models/stock_request.py:196 #, python-format msgid "Expected date must be equal to the order" msgstr "" @@ -284,7 +297,8 @@ msgid "If checked, some messages have a delivery error." msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format msgid "In progress" msgstr "" @@ -346,7 +360,7 @@ msgid "Location" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:153 +#: code:addons/stock_request/models/stock_request.py:172 #, python-format msgid "Location must be equal to the order" msgstr "" @@ -456,13 +470,13 @@ msgid "Number of unread messages" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:264 +#: 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:314 +#: code:addons/stock_request/models/stock_request.py:334 #, python-format msgid "Only requests on draft state can be unlinked" msgstr "" @@ -516,7 +530,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:163 +#: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Procurement group must be equal to the order" msgstr "" @@ -644,7 +658,7 @@ msgid "Requested by" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:139 +#: code:addons/stock_request/models/stock_request.py:158 #, python-format msgid "Requested by must be equal to the order" msgstr "" @@ -777,6 +791,12 @@ msgstr "" msgid "Stock Request name must be unique" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:165 +#, python-format +msgid "Stock Request product quantity has to be strictly positive." +msgstr "" + #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form #: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids @@ -827,15 +847,20 @@ msgstr "" msgid "Stock requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_submit +msgid "Submitted state in Stock Requests" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:281 +#: 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:272 +#: 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 "" @@ -849,13 +874,13 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "The picking policy must be equal to the order" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:290 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -879,7 +904,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:311 +#: 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 " @@ -925,7 +950,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:146 +#: code:addons/stock_request/models/stock_request.py:165 #, python-format msgid "Warehouse must be equal to the order" msgstr "" diff --git a/stock_request/i18n/it.po b/stock_request/i18n/it.po index 2d334be6e..b4bb0bc4a 100644 --- a/stock_request/i18n/it.po +++ b/stock_request/i18n/it.po @@ -50,6 +50,11 @@ msgstr "" msgid "Activity State" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Add State to Stock Request and Stock Request Orders if activated." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" @@ -105,7 +110,8 @@ msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:13 +#, python-format msgid "Cancelled" msgstr "" @@ -128,7 +134,7 @@ msgid "Company" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:170 +#: code:addons/stock_request/models/stock_request.py:189 #, python-format msgid "Company must be equal to the order" msgstr "" @@ -179,13 +185,15 @@ 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 -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#, python-format msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:10 +#, python-format msgid "Draft" msgstr "" @@ -209,6 +217,11 @@ msgstr "" msgid "Enable Stock Requests for Purchases" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Submitted State" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date @@ -216,7 +229,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:177 +#: code:addons/stock_request/models/stock_request.py:196 #, python-format msgid "Expected date must be equal to the order" msgstr "" @@ -282,7 +295,8 @@ msgid "If checked, some messages have a delivery error." msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format msgid "In progress" msgstr "" @@ -344,7 +358,7 @@ msgid "Location" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:153 +#: code:addons/stock_request/models/stock_request.py:172 #, python-format msgid "Location must be equal to the order" msgstr "" @@ -454,13 +468,13 @@ msgid "Number of unread messages" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:264 +#: 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:314 +#: code:addons/stock_request/models/stock_request.py:334 #, python-format msgid "Only requests on draft state can be unlinked" msgstr "" @@ -514,7 +528,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:163 +#: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Procurement group must be equal to the order" msgstr "" @@ -642,7 +656,7 @@ msgid "Requested by" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:139 +#: code:addons/stock_request/models/stock_request.py:158 #, python-format msgid "Requested by must be equal to the order" msgstr "" @@ -775,6 +789,12 @@ msgstr "" msgid "Stock Request name must be unique" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:165 +#, python-format +msgid "Stock Request product quantity has to be strictly positive." +msgstr "" + #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form #: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids @@ -825,15 +845,20 @@ msgstr "" msgid "Stock requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_submit +msgid "Submitted state in Stock Requests" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:281 +#: 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:272 +#: 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 "" @@ -847,13 +872,13 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "The picking policy must be equal to the order" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:290 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -877,7 +902,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:311 +#: 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 " @@ -923,7 +948,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:146 +#: code:addons/stock_request/models/stock_request.py:165 #, python-format msgid "Warehouse must be equal to the order" msgstr "" diff --git a/stock_request/i18n/nl.po b/stock_request/i18n/nl.po index 6265d5efd..d7056cc0a 100644 --- a/stock_request/i18n/nl.po +++ b/stock_request/i18n/nl.po @@ -50,6 +50,11 @@ msgstr "" msgid "Activity State" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Add State to Stock Request and Stock Request Orders if activated." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" @@ -105,7 +110,8 @@ msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:13 +#, python-format msgid "Cancelled" msgstr "" @@ -128,7 +134,7 @@ msgid "Company" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:170 +#: code:addons/stock_request/models/stock_request.py:189 #, python-format msgid "Company must be equal to the order" msgstr "" @@ -179,13 +185,15 @@ 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 -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#, python-format msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:10 +#, python-format msgid "Draft" msgstr "" @@ -209,6 +217,11 @@ msgstr "" msgid "Enable Stock Requests for Purchases" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Submitted State" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date @@ -216,7 +229,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:177 +#: code:addons/stock_request/models/stock_request.py:196 #, python-format msgid "Expected date must be equal to the order" msgstr "" @@ -282,7 +295,8 @@ msgid "If checked, some messages have a delivery error." msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format msgid "In progress" msgstr "" @@ -344,7 +358,7 @@ msgid "Location" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:153 +#: code:addons/stock_request/models/stock_request.py:172 #, python-format msgid "Location must be equal to the order" msgstr "" @@ -454,13 +468,13 @@ msgid "Number of unread messages" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:264 +#: 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:314 +#: code:addons/stock_request/models/stock_request.py:334 #, python-format msgid "Only requests on draft state can be unlinked" msgstr "" @@ -514,7 +528,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:163 +#: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Procurement group must be equal to the order" msgstr "" @@ -642,7 +656,7 @@ msgid "Requested by" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:139 +#: code:addons/stock_request/models/stock_request.py:158 #, python-format msgid "Requested by must be equal to the order" msgstr "" @@ -775,6 +789,12 @@ msgstr "" msgid "Stock Request name must be unique" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:165 +#, python-format +msgid "Stock Request product quantity has to be strictly positive." +msgstr "" + #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form #: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids @@ -825,15 +845,20 @@ msgstr "" msgid "Stock requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_submit +msgid "Submitted state in Stock Requests" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:281 +#: 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:272 +#: 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 "" @@ -847,13 +872,13 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "The picking policy must be equal to the order" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:290 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -877,7 +902,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:311 +#: 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 " @@ -923,7 +948,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:146 +#: code:addons/stock_request/models/stock_request.py:165 #, python-format msgid "Warehouse must be equal to the order" msgstr "" diff --git a/stock_request/i18n/nl_NL.po b/stock_request/i18n/nl_NL.po index 7f1d3682c..d93c9110e 100644 --- a/stock_request/i18n/nl_NL.po +++ b/stock_request/i18n/nl_NL.po @@ -51,6 +51,11 @@ msgstr "" msgid "Activity State" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Add State to Stock Request and Stock Request Orders if activated." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" @@ -106,7 +111,8 @@ msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:13 +#, python-format msgid "Cancelled" msgstr "" @@ -129,7 +135,7 @@ msgid "Company" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:170 +#: code:addons/stock_request/models/stock_request.py:189 #, python-format msgid "Company must be equal to the order" msgstr "" @@ -180,13 +186,15 @@ 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 -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#, python-format msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:10 +#, python-format msgid "Draft" msgstr "" @@ -210,6 +218,11 @@ msgstr "" msgid "Enable Stock Requests for Purchases" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Submitted State" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date @@ -217,7 +230,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:177 +#: code:addons/stock_request/models/stock_request.py:196 #, python-format msgid "Expected date must be equal to the order" msgstr "" @@ -283,7 +296,8 @@ msgid "If checked, some messages have a delivery error." msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format msgid "In progress" msgstr "" @@ -345,7 +359,7 @@ msgid "Location" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:153 +#: code:addons/stock_request/models/stock_request.py:172 #, python-format msgid "Location must be equal to the order" msgstr "" @@ -455,13 +469,13 @@ msgid "Number of unread messages" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:264 +#: 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:314 +#: code:addons/stock_request/models/stock_request.py:334 #, python-format msgid "Only requests on draft state can be unlinked" msgstr "" @@ -515,7 +529,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:163 +#: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Procurement group must be equal to the order" msgstr "" @@ -643,7 +657,7 @@ msgid "Requested by" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:139 +#: code:addons/stock_request/models/stock_request.py:158 #, python-format msgid "Requested by must be equal to the order" msgstr "" @@ -776,6 +790,12 @@ msgstr "" msgid "Stock Request name must be unique" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:165 +#, python-format +msgid "Stock Request product quantity has to be strictly positive." +msgstr "" + #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form #: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids @@ -826,15 +846,20 @@ msgstr "" msgid "Stock requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_submit +msgid "Submitted state in Stock Requests" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:281 +#: 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:272 +#: 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 "" @@ -848,13 +873,13 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "The picking policy must be equal to the order" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:290 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -878,7 +903,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:311 +#: 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 " @@ -924,7 +949,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:146 +#: code:addons/stock_request/models/stock_request.py:165 #, python-format msgid "Warehouse must be equal to the order" msgstr "" diff --git a/stock_request/i18n/pt.po b/stock_request/i18n/pt.po index 0e50b18e1..6d265c11f 100644 --- a/stock_request/i18n/pt.po +++ b/stock_request/i18n/pt.po @@ -50,6 +50,11 @@ msgstr "" msgid "Activity State" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Add State to Stock Request and Stock Request Orders if activated." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" @@ -105,7 +110,8 @@ msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:13 +#, python-format msgid "Cancelled" msgstr "" @@ -128,7 +134,7 @@ msgid "Company" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:170 +#: code:addons/stock_request/models/stock_request.py:189 #, python-format msgid "Company must be equal to the order" msgstr "" @@ -179,13 +185,15 @@ 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 -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#, python-format msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:10 +#, python-format msgid "Draft" msgstr "" @@ -209,6 +217,11 @@ msgstr "" msgid "Enable Stock Requests for Purchases" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Submitted State" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date @@ -216,7 +229,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:177 +#: code:addons/stock_request/models/stock_request.py:196 #, python-format msgid "Expected date must be equal to the order" msgstr "" @@ -282,7 +295,8 @@ msgid "If checked, some messages have a delivery error." msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format msgid "In progress" msgstr "" @@ -344,7 +358,7 @@ msgid "Location" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:153 +#: code:addons/stock_request/models/stock_request.py:172 #, python-format msgid "Location must be equal to the order" msgstr "" @@ -454,13 +468,13 @@ msgid "Number of unread messages" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:264 +#: 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:314 +#: code:addons/stock_request/models/stock_request.py:334 #, python-format msgid "Only requests on draft state can be unlinked" msgstr "" @@ -514,7 +528,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:163 +#: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Procurement group must be equal to the order" msgstr "" @@ -642,7 +656,7 @@ msgid "Requested by" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:139 +#: code:addons/stock_request/models/stock_request.py:158 #, python-format msgid "Requested by must be equal to the order" msgstr "" @@ -775,6 +789,12 @@ msgstr "" msgid "Stock Request name must be unique" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:165 +#, python-format +msgid "Stock Request product quantity has to be strictly positive." +msgstr "" + #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form #: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids @@ -825,15 +845,20 @@ msgstr "" msgid "Stock requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_submit +msgid "Submitted state in Stock Requests" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:281 +#: 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:272 +#: 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 "" @@ -847,13 +872,13 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "The picking policy must be equal to the order" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:290 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -877,7 +902,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:311 +#: 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 " @@ -923,7 +948,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:146 +#: code:addons/stock_request/models/stock_request.py:165 #, python-format msgid "Warehouse must be equal to the order" msgstr "" diff --git a/stock_request/i18n/pt_BR.po b/stock_request/i18n/pt_BR.po index 3056d02f7..4b43495bd 100644 --- a/stock_request/i18n/pt_BR.po +++ b/stock_request/i18n/pt_BR.po @@ -51,6 +51,11 @@ msgstr "" msgid "Activity State" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Add State to Stock Request and Stock Request Orders if activated." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" @@ -106,7 +111,8 @@ msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:13 +#, python-format msgid "Cancelled" msgstr "" @@ -129,7 +135,7 @@ msgid "Company" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:170 +#: code:addons/stock_request/models/stock_request.py:189 #, python-format msgid "Company must be equal to the order" msgstr "" @@ -180,13 +186,15 @@ 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 -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#, python-format msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:10 +#, python-format msgid "Draft" msgstr "" @@ -210,6 +218,11 @@ msgstr "" msgid "Enable Stock Requests for Purchases" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Submitted State" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date @@ -217,7 +230,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:177 +#: code:addons/stock_request/models/stock_request.py:196 #, python-format msgid "Expected date must be equal to the order" msgstr "" @@ -283,7 +296,8 @@ msgid "If checked, some messages have a delivery error." msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format msgid "In progress" msgstr "" @@ -345,7 +359,7 @@ msgid "Location" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:153 +#: code:addons/stock_request/models/stock_request.py:172 #, python-format msgid "Location must be equal to the order" msgstr "" @@ -455,13 +469,13 @@ msgid "Number of unread messages" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:264 +#: 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:314 +#: code:addons/stock_request/models/stock_request.py:334 #, python-format msgid "Only requests on draft state can be unlinked" msgstr "" @@ -515,7 +529,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:163 +#: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Procurement group must be equal to the order" msgstr "" @@ -643,7 +657,7 @@ msgid "Requested by" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:139 +#: code:addons/stock_request/models/stock_request.py:158 #, python-format msgid "Requested by must be equal to the order" msgstr "" @@ -776,6 +790,12 @@ msgstr "" msgid "Stock Request name must be unique" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:165 +#, python-format +msgid "Stock Request product quantity has to be strictly positive." +msgstr "" + #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form #: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids @@ -826,15 +846,20 @@ msgstr "" msgid "Stock requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_submit +msgid "Submitted state in Stock Requests" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:281 +#: 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:272 +#: 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 "" @@ -848,13 +873,13 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "The picking policy must be equal to the order" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:290 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -878,7 +903,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:311 +#: 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 " @@ -924,7 +949,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:146 +#: code:addons/stock_request/models/stock_request.py:165 #, python-format msgid "Warehouse must be equal to the order" msgstr "" diff --git a/stock_request/i18n/ro.po b/stock_request/i18n/ro.po index dd75889c9..c8ce95d1c 100644 --- a/stock_request/i18n/ro.po +++ b/stock_request/i18n/ro.po @@ -51,6 +51,11 @@ msgstr "" msgid "Activity State" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Add State to Stock Request and Stock Request Orders if activated." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" @@ -106,7 +111,8 @@ msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:13 +#, python-format msgid "Cancelled" msgstr "" @@ -129,7 +135,7 @@ msgid "Company" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:170 +#: code:addons/stock_request/models/stock_request.py:189 #, python-format msgid "Company must be equal to the order" msgstr "" @@ -180,13 +186,15 @@ 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 -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#, python-format msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:10 +#, python-format msgid "Draft" msgstr "" @@ -210,6 +218,11 @@ msgstr "" msgid "Enable Stock Requests for Purchases" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Submitted State" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date @@ -217,7 +230,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:177 +#: code:addons/stock_request/models/stock_request.py:196 #, python-format msgid "Expected date must be equal to the order" msgstr "" @@ -283,7 +296,8 @@ msgid "If checked, some messages have a delivery error." msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format msgid "In progress" msgstr "" @@ -345,7 +359,7 @@ msgid "Location" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:153 +#: code:addons/stock_request/models/stock_request.py:172 #, python-format msgid "Location must be equal to the order" msgstr "" @@ -455,13 +469,13 @@ msgid "Number of unread messages" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:264 +#: 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:314 +#: code:addons/stock_request/models/stock_request.py:334 #, python-format msgid "Only requests on draft state can be unlinked" msgstr "" @@ -515,7 +529,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:163 +#: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Procurement group must be equal to the order" msgstr "" @@ -643,7 +657,7 @@ msgid "Requested by" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:139 +#: code:addons/stock_request/models/stock_request.py:158 #, python-format msgid "Requested by must be equal to the order" msgstr "" @@ -776,6 +790,12 @@ msgstr "" msgid "Stock Request name must be unique" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:165 +#, python-format +msgid "Stock Request product quantity has to be strictly positive." +msgstr "" + #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form #: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids @@ -826,15 +846,20 @@ msgstr "" msgid "Stock requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_submit +msgid "Submitted state in Stock Requests" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:281 +#: 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:272 +#: 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 "" @@ -848,13 +873,13 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "The picking policy must be equal to the order" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:290 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -878,7 +903,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:311 +#: 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 " @@ -924,7 +949,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:146 +#: code:addons/stock_request/models/stock_request.py:165 #, python-format msgid "Warehouse must be equal to the order" msgstr "" diff --git a/stock_request/i18n/ru.po b/stock_request/i18n/ru.po index 9c452947d..ac005f3bb 100644 --- a/stock_request/i18n/ru.po +++ b/stock_request/i18n/ru.po @@ -52,6 +52,11 @@ msgstr "" msgid "Activity State" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Add State to Stock Request and Stock Request Orders if activated." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" @@ -107,7 +112,8 @@ msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:13 +#, python-format msgid "Cancelled" msgstr "" @@ -130,7 +136,7 @@ msgid "Company" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:170 +#: code:addons/stock_request/models/stock_request.py:189 #, python-format msgid "Company must be equal to the order" msgstr "" @@ -181,13 +187,15 @@ 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 -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#, python-format msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:10 +#, python-format msgid "Draft" msgstr "" @@ -211,6 +219,11 @@ msgstr "" msgid "Enable Stock Requests for Purchases" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Submitted State" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date @@ -218,7 +231,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:177 +#: code:addons/stock_request/models/stock_request.py:196 #, python-format msgid "Expected date must be equal to the order" msgstr "" @@ -284,7 +297,8 @@ msgid "If checked, some messages have a delivery error." msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format msgid "In progress" msgstr "" @@ -346,7 +360,7 @@ msgid "Location" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:153 +#: code:addons/stock_request/models/stock_request.py:172 #, python-format msgid "Location must be equal to the order" msgstr "" @@ -456,13 +470,13 @@ msgid "Number of unread messages" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:264 +#: 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:314 +#: code:addons/stock_request/models/stock_request.py:334 #, python-format msgid "Only requests on draft state can be unlinked" msgstr "" @@ -516,7 +530,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:163 +#: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Procurement group must be equal to the order" msgstr "" @@ -644,7 +658,7 @@ msgid "Requested by" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:139 +#: code:addons/stock_request/models/stock_request.py:158 #, python-format msgid "Requested by must be equal to the order" msgstr "" @@ -777,6 +791,12 @@ msgstr "" msgid "Stock Request name must be unique" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:165 +#, python-format +msgid "Stock Request product quantity has to be strictly positive." +msgstr "" + #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form #: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids @@ -827,15 +847,20 @@ msgstr "" msgid "Stock requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_submit +msgid "Submitted state in Stock Requests" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:281 +#: 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:272 +#: 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 "" @@ -849,13 +874,13 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "The picking policy must be equal to the order" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:290 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -879,7 +904,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:311 +#: 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 " @@ -925,7 +950,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:146 +#: code:addons/stock_request/models/stock_request.py:165 #, python-format msgid "Warehouse must be equal to the order" msgstr "" diff --git a/stock_request/i18n/sl.po b/stock_request/i18n/sl.po index d00fd36b5..335045235 100644 --- a/stock_request/i18n/sl.po +++ b/stock_request/i18n/sl.po @@ -51,6 +51,11 @@ msgstr "" msgid "Activity State" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Add State to Stock Request and Stock Request Orders if activated." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" @@ -106,7 +111,8 @@ msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:13 +#, python-format msgid "Cancelled" msgstr "" @@ -129,7 +135,7 @@ msgid "Company" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:170 +#: code:addons/stock_request/models/stock_request.py:189 #, python-format msgid "Company must be equal to the order" msgstr "" @@ -180,13 +186,15 @@ 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 -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#, python-format msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:10 +#, python-format msgid "Draft" msgstr "" @@ -210,6 +218,11 @@ msgstr "" msgid "Enable Stock Requests for Purchases" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Submitted State" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date @@ -217,7 +230,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:177 +#: code:addons/stock_request/models/stock_request.py:196 #, python-format msgid "Expected date must be equal to the order" msgstr "" @@ -283,7 +296,8 @@ msgid "If checked, some messages have a delivery error." msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format msgid "In progress" msgstr "" @@ -345,7 +359,7 @@ msgid "Location" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:153 +#: code:addons/stock_request/models/stock_request.py:172 #, python-format msgid "Location must be equal to the order" msgstr "" @@ -455,13 +469,13 @@ msgid "Number of unread messages" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:264 +#: 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:314 +#: code:addons/stock_request/models/stock_request.py:334 #, python-format msgid "Only requests on draft state can be unlinked" msgstr "" @@ -515,7 +529,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:163 +#: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Procurement group must be equal to the order" msgstr "" @@ -643,7 +657,7 @@ msgid "Requested by" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:139 +#: code:addons/stock_request/models/stock_request.py:158 #, python-format msgid "Requested by must be equal to the order" msgstr "" @@ -776,6 +790,12 @@ msgstr "" msgid "Stock Request name must be unique" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:165 +#, python-format +msgid "Stock Request product quantity has to be strictly positive." +msgstr "" + #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form #: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids @@ -826,15 +846,20 @@ msgstr "" msgid "Stock requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_submit +msgid "Submitted state in Stock Requests" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:281 +#: 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:272 +#: 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 "" @@ -848,13 +873,13 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "The picking policy must be equal to the order" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:290 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -878,7 +903,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:311 +#: 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 " @@ -924,7 +949,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:146 +#: code:addons/stock_request/models/stock_request.py:165 #, python-format msgid "Warehouse must be equal to the order" msgstr "" diff --git a/stock_request/i18n/tr.po b/stock_request/i18n/tr.po index 3f136a39c..fe9a8e955 100644 --- a/stock_request/i18n/tr.po +++ b/stock_request/i18n/tr.po @@ -50,6 +50,11 @@ msgstr "" msgid "Activity State" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Add State to Stock Request and Stock Request Orders if activated." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" @@ -105,7 +110,8 @@ msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:13 +#, python-format msgid "Cancelled" msgstr "" @@ -128,7 +134,7 @@ msgid "Company" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:170 +#: code:addons/stock_request/models/stock_request.py:189 #, python-format msgid "Company must be equal to the order" msgstr "" @@ -179,13 +185,15 @@ 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 -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#, python-format msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:10 +#, python-format msgid "Draft" msgstr "" @@ -209,6 +217,11 @@ msgstr "" msgid "Enable Stock Requests for Purchases" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Submitted State" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date @@ -216,7 +229,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:177 +#: code:addons/stock_request/models/stock_request.py:196 #, python-format msgid "Expected date must be equal to the order" msgstr "" @@ -282,7 +295,8 @@ msgid "If checked, some messages have a delivery error." msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format msgid "In progress" msgstr "" @@ -344,7 +358,7 @@ msgid "Location" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:153 +#: code:addons/stock_request/models/stock_request.py:172 #, python-format msgid "Location must be equal to the order" msgstr "" @@ -454,13 +468,13 @@ msgid "Number of unread messages" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:264 +#: 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:314 +#: code:addons/stock_request/models/stock_request.py:334 #, python-format msgid "Only requests on draft state can be unlinked" msgstr "" @@ -514,7 +528,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:163 +#: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Procurement group must be equal to the order" msgstr "" @@ -642,7 +656,7 @@ msgid "Requested by" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:139 +#: code:addons/stock_request/models/stock_request.py:158 #, python-format msgid "Requested by must be equal to the order" msgstr "" @@ -775,6 +789,12 @@ msgstr "" msgid "Stock Request name must be unique" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:165 +#, python-format +msgid "Stock Request product quantity has to be strictly positive." +msgstr "" + #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form #: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids @@ -825,15 +845,20 @@ msgstr "" msgid "Stock requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_submit +msgid "Submitted state in Stock Requests" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:281 +#: 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:272 +#: 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 "" @@ -847,13 +872,13 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "The picking policy must be equal to the order" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:290 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -877,7 +902,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:311 +#: 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 " @@ -923,7 +948,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:146 +#: code:addons/stock_request/models/stock_request.py:165 #, python-format msgid "Warehouse must be equal to the order" msgstr "" diff --git a/stock_request/i18n/tr_TR.po b/stock_request/i18n/tr_TR.po index 5bdc4a524..5aac4cda9 100644 --- a/stock_request/i18n/tr_TR.po +++ b/stock_request/i18n/tr_TR.po @@ -51,6 +51,11 @@ msgstr "" msgid "Activity State" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Add State to Stock Request and Stock Request Orders if activated." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" @@ -106,7 +111,8 @@ msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:13 +#, python-format msgid "Cancelled" msgstr "" @@ -129,7 +135,7 @@ msgid "Company" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:170 +#: code:addons/stock_request/models/stock_request.py:189 #, python-format msgid "Company must be equal to the order" msgstr "" @@ -180,13 +186,15 @@ 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 -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#, python-format msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:10 +#, python-format msgid "Draft" msgstr "" @@ -210,6 +218,11 @@ msgstr "" msgid "Enable Stock Requests for Purchases" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Submitted State" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date @@ -217,7 +230,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:177 +#: code:addons/stock_request/models/stock_request.py:196 #, python-format msgid "Expected date must be equal to the order" msgstr "" @@ -283,7 +296,8 @@ msgid "If checked, some messages have a delivery error." msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format msgid "In progress" msgstr "" @@ -345,7 +359,7 @@ msgid "Location" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:153 +#: code:addons/stock_request/models/stock_request.py:172 #, python-format msgid "Location must be equal to the order" msgstr "" @@ -455,13 +469,13 @@ msgid "Number of unread messages" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:264 +#: 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:314 +#: code:addons/stock_request/models/stock_request.py:334 #, python-format msgid "Only requests on draft state can be unlinked" msgstr "" @@ -515,7 +529,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:163 +#: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Procurement group must be equal to the order" msgstr "" @@ -643,7 +657,7 @@ msgid "Requested by" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:139 +#: code:addons/stock_request/models/stock_request.py:158 #, python-format msgid "Requested by must be equal to the order" msgstr "" @@ -776,6 +790,12 @@ msgstr "" msgid "Stock Request name must be unique" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:165 +#, python-format +msgid "Stock Request product quantity has to be strictly positive." +msgstr "" + #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form #: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids @@ -826,15 +846,20 @@ msgstr "" msgid "Stock requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_submit +msgid "Submitted state in Stock Requests" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:281 +#: 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:272 +#: 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 "" @@ -848,13 +873,13 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "The picking policy must be equal to the order" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:290 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -878,7 +903,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:311 +#: 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 " @@ -924,7 +949,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:146 +#: code:addons/stock_request/models/stock_request.py:165 #, python-format msgid "Warehouse must be equal to the order" msgstr "" diff --git a/stock_request/i18n/vi_VN.po b/stock_request/i18n/vi_VN.po index 7dca82b4d..507924b30 100644 --- a/stock_request/i18n/vi_VN.po +++ b/stock_request/i18n/vi_VN.po @@ -51,6 +51,11 @@ msgstr "" msgid "Activity State" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Add State to Stock Request and Stock Request Orders if activated." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" @@ -106,7 +111,8 @@ msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:13 +#, python-format msgid "Cancelled" msgstr "" @@ -129,7 +135,7 @@ msgid "Company" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:170 +#: code:addons/stock_request/models/stock_request.py:189 #, python-format msgid "Company must be equal to the order" msgstr "" @@ -180,13 +186,15 @@ 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 -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#, python-format msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:10 +#, python-format msgid "Draft" msgstr "" @@ -210,6 +218,11 @@ msgstr "" msgid "Enable Stock Requests for Purchases" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Submitted State" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date @@ -217,7 +230,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:177 +#: code:addons/stock_request/models/stock_request.py:196 #, python-format msgid "Expected date must be equal to the order" msgstr "" @@ -283,7 +296,8 @@ msgid "If checked, some messages have a delivery error." msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format msgid "In progress" msgstr "" @@ -345,7 +359,7 @@ msgid "Location" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:153 +#: code:addons/stock_request/models/stock_request.py:172 #, python-format msgid "Location must be equal to the order" msgstr "" @@ -455,13 +469,13 @@ msgid "Number of unread messages" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:264 +#: 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:314 +#: code:addons/stock_request/models/stock_request.py:334 #, python-format msgid "Only requests on draft state can be unlinked" msgstr "" @@ -515,7 +529,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:163 +#: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Procurement group must be equal to the order" msgstr "" @@ -643,7 +657,7 @@ msgid "Requested by" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:139 +#: code:addons/stock_request/models/stock_request.py:158 #, python-format msgid "Requested by must be equal to the order" msgstr "" @@ -776,6 +790,12 @@ msgstr "" msgid "Stock Request name must be unique" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:165 +#, python-format +msgid "Stock Request product quantity has to be strictly positive." +msgstr "" + #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form #: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids @@ -826,15 +846,20 @@ msgstr "" msgid "Stock requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_submit +msgid "Submitted state in Stock Requests" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:281 +#: 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:272 +#: 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 "" @@ -848,13 +873,13 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "The picking policy must be equal to the order" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:290 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -878,7 +903,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:311 +#: 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 " @@ -924,7 +949,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:146 +#: code:addons/stock_request/models/stock_request.py:165 #, python-format msgid "Warehouse must be equal to the order" msgstr "" diff --git a/stock_request/i18n/zh_CN.po b/stock_request/i18n/zh_CN.po index 4803eaa80..5e284c1a9 100644 --- a/stock_request/i18n/zh_CN.po +++ b/stock_request/i18n/zh_CN.po @@ -51,6 +51,11 @@ msgstr "" msgid "Activity State" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Add State to Stock Request and Stock Request Orders if activated." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" @@ -106,7 +111,8 @@ msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:13 +#, python-format msgid "Cancelled" msgstr "" @@ -129,7 +135,7 @@ msgid "Company" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:170 +#: code:addons/stock_request/models/stock_request.py:189 #, python-format msgid "Company must be equal to the order" msgstr "" @@ -180,13 +186,15 @@ 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 -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#, python-format msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:10 +#, python-format msgid "Draft" msgstr "" @@ -210,6 +218,11 @@ msgstr "" msgid "Enable Stock Requests for Purchases" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Submitted State" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date @@ -217,7 +230,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:177 +#: code:addons/stock_request/models/stock_request.py:196 #, python-format msgid "Expected date must be equal to the order" msgstr "" @@ -283,7 +296,8 @@ msgid "If checked, some messages have a delivery error." msgstr "" #. module: stock_request -#: selection:stock.request,state:0 selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format msgid "In progress" msgstr "" @@ -345,7 +359,7 @@ msgid "Location" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:153 +#: code:addons/stock_request/models/stock_request.py:172 #, python-format msgid "Location must be equal to the order" msgstr "" @@ -455,13 +469,13 @@ msgid "Number of unread messages" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:264 +#: 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:314 +#: code:addons/stock_request/models/stock_request.py:334 #, python-format msgid "Only requests on draft state can be unlinked" msgstr "" @@ -515,7 +529,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:163 +#: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Procurement group must be equal to the order" msgstr "" @@ -643,7 +657,7 @@ msgid "Requested by" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:139 +#: code:addons/stock_request/models/stock_request.py:158 #, python-format msgid "Requested by must be equal to the order" msgstr "" @@ -776,6 +790,12 @@ msgstr "" msgid "Stock Request name must be unique" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:165 +#, python-format +msgid "Stock Request product quantity has to be strictly positive." +msgstr "" + #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form #: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids @@ -826,15 +846,20 @@ msgstr "" msgid "Stock requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_submit +msgid "Submitted state in Stock Requests" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:281 +#: 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:272 +#: 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 "" @@ -848,13 +873,13 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "The picking policy must be equal to the order" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:290 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -878,7 +903,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:311 +#: 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 " @@ -924,7 +949,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:146 +#: code:addons/stock_request/models/stock_request.py:165 #, python-format msgid "Warehouse must be equal to the order" msgstr ""