diff --git a/stock_picking_procure_method/README.rst b/stock_picking_procure_method/README.rst index 32eb2588e..f3b771e5d 100644 --- a/stock_picking_procure_method/README.rst +++ b/stock_picking_procure_method/README.rst @@ -14,13 +14,13 @@ Stock Picking Procure Method :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github - :target: https://github.com/OCA/stock-logistics-warehouse/tree/11.0/stock_picking_procure_method + :target: https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_picking_procure_method :alt: OCA/stock-logistics-warehouse .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-11-0/stock-logistics-warehouse-11-0-stock_picking_procure_method + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_picking_procure_method :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/153/11.0 + :target: https://runbot.odoo-community.org/runbot/153/12.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -52,21 +52,20 @@ Common steps to `mrp` and `purchase` procurements: #. Go to *Inventory > Configuration > Settings > Warehouse* and set *Multi-Step Routes* on. #. Go to *Inventory > Configuration > Warehouse Management > Warehouses* -#. Create **WH1** with either *Manufacture in this Warehouse* or *Purchase to - resupply this warehouse* or both set. -#. Create **WH2** setting off *Manufacture in this Warehouse* and *Purchase to - resupply this warehouse*. Set **WH1** as the *Resupply Warehouse*. +#. Create **WH1** with either *Manufacture to Resupply* or *Buy to + Resupply* this warehouse or both set. +#. Create **WH2** setting off *Manufacture to Resupply* and *Buy to + Resupply*. Set **WH1** as the *Resupply Warehouse*. #. Go to *Inventory > Configuration > Warehouse Management > Routes* and click on the *Make To Order* one. #. Add a new *Procurement Rule* with these settings and save: - Name: *WH1 -> WH2-MTO* - - Action: *Move From Another Location* - - Procurement Location: *WH2/Stock* - - Served Warehouse: *WH2* - - Source Location: *WH1/Stock* - - Move Supply Method: *Create Procurement* + - Action: *Pull From* - Operation Type: *WH1: Internal Transfers* + - Source Location: *WH1/Stock* + - Destination Location: *WH2/Stock* + - Move Supply Method: *Take From Stock* - Propagation of Procurement Group: *Propagate* - Propagate cancel and split: `True` - Warehouse to Propagate: *WH1* @@ -104,7 +103,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -124,6 +123,8 @@ Contributors * David Vidal * Pedro M. Baeza +* Kitti Upariphutthiphong + Maintainers ~~~~~~~~~~~ @@ -137,6 +138,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. +This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_picking_procure_method/__manifest__.py b/stock_picking_procure_method/__manifest__.py index e1b2fa434..2ab308c09 100644 --- a/stock_picking_procure_method/__manifest__.py +++ b/stock_picking_procure_method/__manifest__.py @@ -3,7 +3,7 @@ { 'name': 'Stock Picking Procure Method', 'summary': 'Allows to force the procurement method from the picking', - 'version': '11.0.1.0.0', + 'version': '12.0.1.0.0', 'category': 'Warehouse', 'author': 'Tecnativa,' 'Odoo Community Association (OCA)', diff --git a/stock_picking_procure_method/i18n/pt_BR.po b/stock_picking_procure_method/i18n/pt_BR.po new file mode 100644 index 000000000..4555b6b01 --- /dev/null +++ b/stock_picking_procure_method/i18n/pt_BR.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_picking_procure_method +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" + +#. module: stock_picking_procure_method +#: model:ir.model.fields,help:stock_picking_procure_method.field_stock_picking__procure_method +msgid "By default, the system will take from the stock in the source location and passively wait for availability. The other possibility allows you to directly create a procurement on the source location (and thus ignore its current stock) to gather products. If we want to chain moves and have this one to wait for the previous, this second option should be chosen." +msgstr "" + +#. module: stock_picking_procure_method +#: model:ir.model.fields,field_description:stock_picking_procure_method.field_stock_picking__procure_method +msgid "Supply Method" +msgstr "" + +#. module: stock_picking_procure_method +#: model:ir.model,name:stock_picking_procure_method.model_stock_picking +msgid "Transfer" +msgstr "" diff --git a/stock_picking_procure_method/i18n/stock_picking_procure_method.pot b/stock_picking_procure_method/i18n/stock_picking_procure_method.pot index 84e6c1e5c..f55c40c0a 100644 --- a/stock_picking_procure_method/i18n/stock_picking_procure_method.pot +++ b/stock_picking_procure_method/i18n/stock_picking_procure_method.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Odoo Server 12.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: <>\n" "Language-Team: \n" @@ -14,12 +14,12 @@ msgstr "" "Plural-Forms: \n" #. module: stock_picking_procure_method -#: model:ir.model.fields,help:stock_picking_procure_method.field_stock_picking_procure_method +#: model:ir.model.fields,help:stock_picking_procure_method.field_stock_picking__procure_method msgid "By default, the system will take from the stock in the source location and passively wait for availability. The other possibility allows you to directly create a procurement on the source location (and thus ignore its current stock) to gather products. If we want to chain moves and have this one to wait for the previous, this second option should be chosen." msgstr "" #. module: stock_picking_procure_method -#: model:ir.model.fields,field_description:stock_picking_procure_method.field_stock_picking_procure_method +#: model:ir.model.fields,field_description:stock_picking_procure_method.field_stock_picking__procure_method msgid "Supply Method" msgstr "" diff --git a/stock_picking_procure_method/i18n/zh_CN.po b/stock_picking_procure_method/i18n/zh_CN.po new file mode 100644 index 000000000..954900e49 --- /dev/null +++ b/stock_picking_procure_method/i18n/zh_CN.po @@ -0,0 +1,34 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_picking_procure_method +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2019-10-12 16:36+0000\n" +"Last-Translator: 黎伟杰 <674416404@qq.com>\n" +"Language-Team: none\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Weblate 3.8\n" + +#. module: stock_picking_procure_method +#: model:ir.model.fields,help:stock_picking_procure_method.field_stock_picking__procure_method +msgid "By default, the system will take from the stock in the source location and passively wait for availability. The other possibility allows you to directly create a procurement on the source location (and thus ignore its current stock) to gather products. If we want to chain moves and have this one to wait for the previous, this second option should be chosen." +msgstr "" +"默认情况下,系统将从源位置中的库存中取出,并被动地等待可用性。另一种可能性使您可以直接在源位置创建采购(从而忽略其当前库存)以收集产品。如果我们要链接移动" +"并让其等待上一个,则应选择第二个选项。" + +#. module: stock_picking_procure_method +#: model:ir.model.fields,field_description:stock_picking_procure_method.field_stock_picking__procure_method +msgid "Supply Method" +msgstr "供应方法" + +#. module: stock_picking_procure_method +#: model:ir.model,name:stock_picking_procure_method.model_stock_picking +msgid "Transfer" +msgstr "调拨" diff --git a/stock_picking_procure_method/readme/CONFIGURE.rst b/stock_picking_procure_method/readme/CONFIGURE.rst index 49155ea64..27568ec8b 100644 --- a/stock_picking_procure_method/readme/CONFIGURE.rst +++ b/stock_picking_procure_method/readme/CONFIGURE.rst @@ -6,21 +6,20 @@ Common steps to `mrp` and `purchase` procurements: #. Go to *Inventory > Configuration > Settings > Warehouse* and set *Multi-Step Routes* on. #. Go to *Inventory > Configuration > Warehouse Management > Warehouses* -#. Create **WH1** with either *Manufacture in this Warehouse* or *Purchase to - resupply this warehouse* or both set. -#. Create **WH2** setting off *Manufacture in this Warehouse* and *Purchase to - resupply this warehouse*. Set **WH1** as the *Resupply Warehouse*. +#. Create **WH1** with either *Manufacture to Resupply* or *Buy to + Resupply* this warehouse or both set. +#. Create **WH2** setting off *Manufacture to Resupply* and *Buy to + Resupply*. Set **WH1** as the *Resupply Warehouse*. #. Go to *Inventory > Configuration > Warehouse Management > Routes* and click on the *Make To Order* one. #. Add a new *Procurement Rule* with these settings and save: - Name: *WH1 -> WH2-MTO* - - Action: *Move From Another Location* - - Procurement Location: *WH2/Stock* - - Served Warehouse: *WH2* - - Source Location: *WH1/Stock* - - Move Supply Method: *Create Procurement* + - Action: *Pull From* - Operation Type: *WH1: Internal Transfers* + - Source Location: *WH1/Stock* + - Destination Location: *WH2/Stock* + - Move Supply Method: *Take From Stock* - Propagation of Procurement Group: *Propagate* - Propagate cancel and split: `True` - Warehouse to Propagate: *WH1* diff --git a/stock_picking_procure_method/readme/CONTRIBUTORS.rst b/stock_picking_procure_method/readme/CONTRIBUTORS.rst index ec941801b..ed60ecd54 100644 --- a/stock_picking_procure_method/readme/CONTRIBUTORS.rst +++ b/stock_picking_procure_method/readme/CONTRIBUTORS.rst @@ -2,3 +2,5 @@ * David Vidal * Pedro M. Baeza + +* Kitti Upariphutthiphong diff --git a/stock_picking_procure_method/static/description/icon.png b/stock_picking_procure_method/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/stock_picking_procure_method/static/description/icon.png differ diff --git a/stock_picking_procure_method/static/description/index.html b/stock_picking_procure_method/static/description/index.html index e779f208f..5dfbde746 100644 --- a/stock_picking_procure_method/static/description/index.html +++ b/stock_picking_procure_method/static/description/index.html @@ -3,7 +3,7 @@ - + Stock Picking Procure Method