Commit Graph

76 Commits

Author SHA1 Message Date
Guewen Baconnier
3711267c4f Add stock_vertical_lift_server_env
Compatibility layer between server_environment and stock_vertical_lift
2020-08-27 11:50:34 +02:00
Guewen Baconnier
1c56825b1a Add stock_vertical_lift_storage_type
Compatibility module between stock_vertical_lift and stock_storage_type
(in OCA/wms).

In the vertical lift's Putaway screen, when a good is scanned for a putaway, the
user has to scan the tray type of the corresponding size, so an empty place in a
matching tray is found. When we use storage types, we should know what tray is
compatible with the storage type.

Changes with this module:

* The storage types of trays cannot be selected in the locations form, they have
  to be set in the Tray types.
* In the lift put-away screen, when a package has a storage type, the user isn't
  asked to scan a tray type, instead, the putaway of the Package Storage Type is
  applied.
2020-08-27 11:50:34 +02:00
Guewen Baconnier
311fb24447 Add stock_vertical_lift module 2020-08-27 11:50:34 +02:00
OCA-git-bot
9bc77dfa9f [ADD] setup.py 2020-08-24 11:40:09 +00:00
OCA-git-bot
b2015553e1 Merge PR #802 into 13.0
Signed-off-by rousseldenis
2020-08-24 09:34:41 +00:00
OCA-git-bot
15cf6f0d5c [ADD] setup.py 2020-07-17 07:25:52 +00:00
OCA-git-bot
3ca206c7b5 Merge PR #808 into 13.0
Signed-off-by guewen
2020-07-17 06:50:34 +00:00
OCA-git-bot
e10b33b2ec [ADD] setup.py 2020-07-13 09:25:54 +00:00
OCA-git-bot
0a584d4462 Merge PR #847 into 13.0
Signed-off-by pedrobaeza
2020-07-13 08:33:39 +00:00
Sergio Teruel
7a0da1c097 [MIG] stock_inventory_preparation_filter: Migration to v13.0 2020-07-10 12:06:34 +02:00
OCA-git-bot
c7194be58c [ADD] setup.py 2020-06-23 09:05:56 +00:00
Guewen Baconnier
d3b1dbdd05 Add stock_move_auto_assign
Automatically check availability of stock moves when a move is set to "done".

It uses queue jobs to verify the availability in order to have a minimal impact
on the user operations.

The conditions to trigger the check are:

* A move is marked as done
* The destination locations of the move lines are internal
* The move doesn't have successors in a chain of moves

At this point, jobs are generated:

* One job per product
* Any move waiting for stock in a parent (or same) location of the internal
  destination locations from the done move has its availability checked

Only one job is generated for an identical set of (product, locations).
2020-06-22 14:57:08 +02:00
ps-tubtim
7e38dc1aab [MIG] stock_available: Migration to 13.0 2020-06-16 13:37:06 +07:00
OCA-git-bot
eebda40802 [ADD] setup.py 2020-06-08 08:25:58 +00:00
OCA-git-bot
0820d044fd Merge PR #911 into 13.0
Signed-off-by simahawk
2020-06-08 07:48:38 +00:00
OCA-git-bot
2881dc63e0 [ADD] setup.py 2020-06-03 08:27:02 +00:00
jim.hoefnagels
414c3bc89a [MIG] stock_cycle_count: Migration to 13.0 2020-06-02 13:04:23 +02:00
OCA-git-bot
0e9ee31d26 [ADD] setup.py 2020-05-29 13:52:42 +00:00
OCA-git-bot
0b05d6c968 Merge PR #790 into 13.0
Signed-off-by jgrandguillaume
2020-05-29 13:15:48 +00:00
OCA-git-bot
634a392d6f [ADD] setup.py 2020-05-28 21:08:35 +00:00
OCA-git-bot
2d2efb0235 Merge PR #806 into 13.0
Signed-off-by jgrandguillaume
2020-05-28 19:35:07 +00:00
Simone Orsi
a99d23e0c2 Add stock_packaging_calculator 2020-05-27 10:30:54 +02:00
OCA-git-bot
50d58cc402 [ADD] setup.py 2020-04-24 12:15:46 +00:00
Carlos Roca
deb934c62f [ADD] stock_inventory_include_exhausted: New module to create inventory lines including exhausted products 2020-04-24 12:54:33 +02:00
Guewen Baconnier
0289d74b88 [MIG] stock_picking_completion_info: Migration to 13.0 2020-04-24 11:08:46 +02:00
OCA-git-bot
65c787dc24 [ADD] setup.py 2020-04-07 15:00:28 +00:00
Akim Juillerat
09ce022708 Add module stock_move_common_dest 2020-04-07 13:22:04 +02:00
OCA-git-bot
a1dc6323d5 [ADD] setup.py 2020-03-31 10:15:30 +00:00
ps-tubtim
6692e1299d [IMP] stock_request_tier_validation: black, isort 2020-03-30 18:52:08 +07:00
Guewen Baconnier
284633cfd2 [MIG] stock_location_bin_name: Migration to 13.0 2020-03-30 12:59:42 +02:00
OCA-git-bot
de625ae82b [ADD] setup.py 2020-03-30 09:36:47 +00:00
Guewen Baconnier
a3850e0009 Add setuptools files 2020-03-24 15:32:32 +01:00
OCA-git-bot
0311fdf81a [ADD] setup.py 2020-03-24 14:01:23 +00:00
OCA-git-bot
31f347430f Merge PR #873 into 13.0
Signed-off-by LoisRForgeFlow
2020-03-24 13:23:47 +00:00
OCA-git-bot
81a97d33b7 [ADD] setup.py 2020-03-23 12:44:10 +00:00
OCA-git-bot
e37858ddc6 Merge PR #804 into 13.0
Signed-off-by simahawk
2020-03-23 11:00:18 +00:00
OCA-git-bot
0ad9994dcf [ADD] setup.py 2020-03-23 10:46:34 +00:00
ps-tubtim
f0033935be [MIG] stock_demand_estimate_matrix: Migration to 13.0 2020-03-23 17:24:08 +07:00
OCA-git-bot
9eeb405a75 Merge PR #807 into 13.0
Signed-off-by simahawk
2020-03-23 09:51:35 +00:00
OCA-git-bot
549926443e [ADD] setup.py 2020-03-20 17:48:24 +00:00
OCA-git-bot
bec79ffe11 Merge PR #858 into 13.0
Signed-off-by LoisRForgeFlow
2020-03-20 16:24:46 +00:00
OCA-git-bot
9acd283b4f [ADD] setup.py 2020-03-20 13:55:11 +00:00
Joan Sisquella
a8738fb918 [MIG] stock_request_purchase: Migration to 13.0 2020-03-20 14:42:56 +01:00
hveficent
e78f208e48 [MIG] stock_request_kanban: Migration to 13.0 2020-03-20 10:03:38 +01:00
OCA-git-bot
bb3d234129 [ADD] setup.py 2020-03-19 13:36:37 +00:00
Guewen Baconnier
97ec9ea286 [MIG] stock_orderpoint_route: Migration to 13.0 2020-03-17 11:10:39 +01:00
Guewen Baconnier
f9eed077be [MIG] stock_location_zone: Migration to 13.0 2020-03-17 11:06:08 +01:00
Guewen Baconnier
78f6847f29 Add stock_location_tray
Extracted from stock_vertical_lift
(https://github.com/OCA/stock-logistics-warehouse/pull/633)

Add tray types to stock locations, automatically generates
sub-locations. Present them nicely with a custom widget.
2020-03-17 10:56:01 +01:00
Guewen Baconnier
3494c2671d Add stock_reserve_rule 2020-03-17 10:39:10 +01:00
OCA-git-bot
8a0344a196 [ADD] setup.py 2020-03-12 13:21:37 +00:00