[ADD][10.0] stock_generate_putaway_from_inventory: Initial source add

This commit is contained in:
Pierrick Brun
2020-02-27 11:12:26 +01:00
parent 8bb6375f92
commit 9aa537f275
13 changed files with 670 additions and 0 deletions

View File

@@ -0,0 +1 @@
Pierrick Brun <pierrick.brun@akretion.com> (akretion.com)

View File

@@ -0,0 +1 @@
Generates Product Putaway Location from an inventory.

View File

@@ -0,0 +1,2 @@
At the moment, the module only creates putaway locations and does not update
the existing ones. It could be interesing to do so but can be destructive as well

View File

@@ -0,0 +1,8 @@
Before using this module you should specify a putaway strategy on the stock location
you want to generate putaway for. You can find similar instructions on the
stock_putaway_product module which is a dependency.
From a validated stock adjustment, use action -> Generate putaway per product.
Once this is done, the products of the stock adjustment without putaway locations
will have one of the strategy defined on the inventory's location.