From 07c1b82ee51e84cd81a024e80401f2c26a780e83 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 31 Dec 2018 12:06:49 +0000 Subject: [PATCH] [UPD] README.rst --- stock_picking_procure_method/README.rst | 10 +- .../static/description/index.html | 497 ++++++++++++++++++ 2 files changed, 502 insertions(+), 5 deletions(-) create mode 100644 stock_picking_procure_method/static/description/index.html diff --git a/stock_picking_procure_method/README.rst b/stock_picking_procure_method/README.rst index d3dbc89ee..32eb2588e 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/12.0/stock_picking_procure_method + :target: https://github.com/OCA/stock-logistics-warehouse/tree/11.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-12-0/stock-logistics-warehouse-12-0-stock_picking_procure_method + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-11-0/stock-logistics-warehouse-11-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/12.0 + :target: https://runbot.odoo-community.org/runbot/153/11.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -104,7 +104,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. @@ -137,6 +137,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/static/description/index.html b/stock_picking_procure_method/static/description/index.html new file mode 100644 index 000000000..e779f208f --- /dev/null +++ b/stock_picking_procure_method/static/description/index.html @@ -0,0 +1,497 @@ + + + + + + +Stock Picking Procure Method + + + +
+

Stock Picking Procure Method

+ + +

Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

+

This module adds the possibility to set the supply method to Apply Procurement +Rules in the pickings, which is normally set to Take From Stock by default.

+

This way, you can configure MTO flows triggered from the picking itself.

+

Table of contents

+ +
+

Installation

+

This module is useless without either Odoo’s mrp or purchase modules (or +both). Depending on your needs you should install them in advance.

+
+
+

Configuration

+

This is an example scenario with two warehouses. WH2 will be allways supplied +through WH1.

+

Common steps to mrp and purchase procurements:

+
    +
  1. Go to Inventory > Configuration > Settings > Warehouse and set Multi-Step +Routes on.
  2. +
  3. Go to Inventory > Configuration > Warehouse Management > Warehouses
  4. +
  5. Create WH1 with either Manufacture in this Warehouse or Purchase to +resupply this warehouse or both set.
  6. +
  7. Create WH2 setting off Manufacture in this Warehouse and Purchase to +resupply this warehouse. Set WH1 as the Resupply Warehouse.
  8. +
  9. Go to Inventory > Configuration > Warehouse Management > Routes and click +on the Make To Order one.
  10. +
  11. 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
    • +
    • Operation Type: WH1: Internal Transfers
    • +
    • Propagation of Procurement Group: Propagate
    • +
    • Propagate cancel and split: True
    • +
    • Warehouse to Propagate: WH1
    • +
    +
  12. +
+

Now if you want to trigger a manufacture:

+
+
    +
  • Create a stockable product product with a BoM list.
  • +
  • In the product’s Inventory > Routes section set Make To Order and +Manufacture on.
  • +
+
+

Or if you want to trigger a purchase:

+
+
    +
  • Create a stockable product product with a supplier.
  • +
  • In the product’s Inventory > Routes section set Make To Order and +Purchase on.
  • +
+
+
+
+

Usage

+

After configuring you procurement rules and your product routes:

+
    +
  1. Go to Inventory > Dashboard and click on the more options icon (☰).
  2. +
  3. Choose New > Planned Transfer.
  4. +
  5. Set an origin and destination that is considered in the routes procurement +rules.
  6. +
  7. Set Supply Method to Apply Procurement Rules.
  8. +
  9. Set the products and quantities you want to supply.
  10. +
  11. Save and click on Mark as To Do.
  12. +
  13. Depending on the product’s supply type a new MO or a new PO should be +created.
  14. +
+
+
+

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.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • Tecnativa
  • +
+
+
+

Contributors

+
    +
  • Tecnativa:

    +
    +
      +
    • David Vidal
    • +
    • Pedro M. Baeza
    • +
    +
    +
  • +
+
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

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.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ +