Skip to content

Commit

Permalink
[11.0][IMP] stock_request: allow to request from all locations types. (
Browse files Browse the repository at this point in the history
  • Loading branch information
LoisRForgeFlow authored and murtuzasaleh committed Mar 20, 2019
1 parent 4d46143 commit cfc5468
Show file tree
Hide file tree
Showing 37 changed files with 1,111 additions and 307 deletions.
1 change: 1 addition & 0 deletions stock_request/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ Contributors
* Jordi Ballester (EFICENT) <[email protected]>.
* Enric Tobella <[email protected]>
* Atte Isopuro <[email protected]>
* Lois Rilo <[email protected]>

Maintainer
----------
Expand Down
2 changes: 1 addition & 1 deletion stock_request/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "Stock Request",
"summary": "Internal request for stock",
"version": "11.0.3.0.0",
"version": "11.0.3.1.0",
"license": "LGPL-3",
"website": "https://github.com/stock-logistics-warehouse",
"author": "Eficent, "
Expand Down
49 changes: 38 additions & 11 deletions stock_request/i18n/ca.po
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,33 @@ msgstr ""
msgid "Allocated Quantity"
msgstr ""

#. module: stock_request
#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form
msgid "Allow All Locations Types"
msgstr ""

#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc
#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location
#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location
#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location
msgid "Allow Virtual locations on Stock Requests"
msgstr ""

#. module: stock_request
#: model:ir.ui.view,arch_db:stock_request.stock_request_search
msgid "Archived"
msgstr ""

#. module: stock_request
#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form
msgid ""
"By default only internal and transit locations are allowed in Stock Request "
"and Orders."
msgstr ""

#. module: stock_request
#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form
#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form
Expand All @@ -55,6 +77,11 @@ msgstr ""
msgid "Click to add a Stock Request."
msgstr ""

#. module: stock_request
#: model:ir.model,name:stock_request.model_res_company
msgid "Companies"
msgstr ""

#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id
#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id
Expand Down Expand Up @@ -162,7 +189,7 @@ msgstr ""
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id
#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id
#: model:ir.model.fields,field_description:stock_request.field_stock_request_id
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326
msgid "ID"
msgstr ""

Expand Down Expand Up @@ -258,7 +285,7 @@ msgid "Name must be unique"
msgstr ""

#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:255
#: code:addons/stock_request/models/stock_request_order.py:263
#, python-format
msgid "Only orders on draft state can be unlinked"
msgstr ""
Expand Down Expand Up @@ -286,7 +313,7 @@ msgstr ""

#. module: stock_request
#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form
msgid "Orders"
msgid "Orders &amp; Configuration"
msgstr ""

#. module: stock_request
Expand Down Expand Up @@ -598,13 +625,13 @@ msgstr ""

#. module: stock_request
#: code:addons/stock_request/models/stock_move.py:38
#: code:addons/stock_request/models/stock_request_order.py:272
#: code:addons/stock_request/models/stock_request_order.py:280
#, 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:263
#: code:addons/stock_request/models/stock_request_order.py:271
#, python-format
msgid "The company of the stock request must match with that of the warehouse."
msgstr ""
Expand Down Expand Up @@ -635,7 +662,7 @@ msgid "Transfers"
msgstr ""

#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:302
#: code:addons/stock_request/models/stock_request_order.py:310
#, python-format
msgid ""
"Unfortunately it seems you do not have the necessary rights for creating "
Expand Down Expand Up @@ -714,31 +741,31 @@ msgid ""
msgstr ""

#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:134
#: code:addons/stock_request/models/stock_request_abstract.py:137
#, python-format
msgid "You have entered a location that is assigned to another company."
msgstr ""

#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:129
#: code:addons/stock_request/models/stock_request_abstract.py:132
#, python-format
msgid "You have entered a product that is assigned to another company."
msgstr ""

#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:143
#: code:addons/stock_request/models/stock_request_abstract.py:146
#, python-format
msgid "You have entered a route that is assigned to another company."
msgstr ""

#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:138
#: code:addons/stock_request/models/stock_request_abstract.py:141
#, python-format
msgid "You have entered a warehouse that is assigned to another company."
msgstr ""

#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:153
#: code:addons/stock_request/models/stock_request_abstract.py:156
#, python-format
msgid ""
"You have to select a product unit of measure in the same category than the "
Expand Down
50 changes: 39 additions & 11 deletions stock_request/i18n/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,33 @@ msgstr "Anforderungs-Anwender"
msgid "Allocated Quantity"
msgstr "Zugeordnete Menge"

#. module: stock_request
#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form
msgid "Allow All Locations Types"
msgstr ""

#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc
#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location
#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location
#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location
msgid "Allow Virtual locations on Stock Requests"
msgstr ""

#. module: stock_request
#: model:ir.ui.view,arch_db:stock_request.stock_request_search
msgid "Archived"
msgstr "Archiviert"

#. module: stock_request
#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form
msgid ""
"By default only internal and transit locations are allowed in Stock Request "
"and Orders."
msgstr ""

#. module: stock_request
#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form
#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form
Expand All @@ -56,6 +78,12 @@ msgstr "Abgebrochen"
msgid "Click to add a Stock Request."
msgstr "Klicken, um eine Bestandaanforderung zu stellen."

#. module: stock_request
#: model:ir.model,name:stock_request.model_res_company
#, fuzzy
msgid "Companies"
msgstr "Unternehmen"

#. module: stock_request
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id
#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id
Expand Down Expand Up @@ -168,7 +196,7 @@ msgstr "Anforderungs-Anwender"
#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id
#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id
#: model:ir.model.fields,field_description:stock_request.field_stock_request_id
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323
#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326
msgid "ID"
msgstr "ID"

Expand Down Expand Up @@ -268,7 +296,7 @@ msgid "Name must be unique"
msgstr "Bezeichner der Anforderung muss eindeutig sein"

#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:255
#: code:addons/stock_request/models/stock_request_order.py:263
#, python-format
msgid "Only orders on draft state can be unlinked"
msgstr ""
Expand Down Expand Up @@ -297,7 +325,7 @@ msgstr ""

#. module: stock_request
#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form
msgid "Orders"
msgid "Orders &amp; Configuration"
msgstr ""

#. module: stock_request
Expand Down Expand Up @@ -618,13 +646,13 @@ msgstr "Bestandsanforderungen"

#. module: stock_request
#: code:addons/stock_request/models/stock_move.py:38
#: code:addons/stock_request/models/stock_request_order.py:272
#: code:addons/stock_request/models/stock_request_order.py:280
#, 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:263
#: code:addons/stock_request/models/stock_request_order.py:271
#, python-format
msgid "The company of the stock request must match with that of the warehouse."
msgstr ""
Expand Down Expand Up @@ -657,7 +685,7 @@ msgid "Transfers"
msgstr "Umlagerungen"

#. module: stock_request
#: code:addons/stock_request/models/stock_request_order.py:302
#: code:addons/stock_request/models/stock_request_order.py:310
#, python-format
msgid ""
"Unfortunately it seems you do not have the necessary rights for creating "
Expand Down Expand Up @@ -736,31 +764,31 @@ msgid ""
msgstr ""

#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:134
#: code:addons/stock_request/models/stock_request_abstract.py:137
#, python-format
msgid "You have entered a location that is assigned to another company."
msgstr ""

#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:129
#: code:addons/stock_request/models/stock_request_abstract.py:132
#, python-format
msgid "You have entered a product that is assigned to another company."
msgstr ""

#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:143
#: code:addons/stock_request/models/stock_request_abstract.py:146
#, python-format
msgid "You have entered a route that is assigned to another company."
msgstr ""

#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:138
#: code:addons/stock_request/models/stock_request_abstract.py:141
#, python-format
msgid "You have entered a warehouse that is assigned to another company."
msgstr ""

#. module: stock_request
#: code:addons/stock_request/models/stock_request_abstract.py:153
#: code:addons/stock_request/models/stock_request_abstract.py:156
#, python-format
msgid ""
"You have to select a product unit of measure in the same category than the "
Expand Down
Loading

0 comments on commit cfc5468

Please sign in to comment.