From fdeff4d4f070e5dc35ff6728b0b3d7749ceaeb99 Mon Sep 17 00:00:00 2001 From: mdb-odoo <81334111+mdb-odoo@users.noreply.github.com> Date: Wed, 26 May 2021 15:06:46 +0000 Subject: [PATCH] [IMP] inventory: push/pull explanations forward-port of e946f5fcfd9bd79ab5d69ce388ddf71c043dbcda original commit (never merged) 427b14dcaeb5c4dbe633369e86b47a7b672106ea closes odoo/documentation#1391 X-original-commit: 71fe1e09ee6165f835df231c94a36cbcbdd81dac Signed-off-by: Antoine Vandevenne (anv) Signed-off-by: Castillo Jonathan (jcs) --- .../inventory/routes/concepts/use-routes.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes.rst b/content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes.rst index d254e0721..816c70ff6 100644 --- a/content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes.rst +++ b/content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes.rst @@ -257,19 +257,19 @@ The available rules trigger various actions. If Odoo offers *Push* and all of them: - **Pull From**: this rule is triggered by a need for the product - in a specific stock location. The need can come from a sale order - which has been validated or for a manufacturing order which + in a specific location. The need can come from a sale order + which has been validated or from a manufacturing order which requires a specific component. When the need appears in the - source location, Odoo generates a picking to fulfill this need. + destination location, Odoo generates a picking to fulfill this need. - **Push To**: this rule is triggered by the arrival of some - products in the defined source location. In case you move + products in the defined source location. In the case you move products to the source location, Odoo generates a picking to move those products to the destination location. -- **Push & Pull**: it allows to generate pickings in the two - different situations explained above. It means that when products are +- **Pull & Push**: this rule allows generating pickings in the two + situations explained above. This means that when products are required at a specific location, a transfer is created from the previous location to fulfill - that need. Then, a need is created in the previous location and a rule is triggered to fulfill - it. Once the second need fulfilled, the products are pushed to the first location and all the + that need. This creates a need in the previous location and a rule is triggered to fulfill + it. Once the second need is fulfilled, the products are pushed to the destination location and all the needs are fulfilled. - **Buy**: when products are needed at the destination location, a request for quotation is created to fulfill the need.