Commit Graph

119 Commits

Author SHA1 Message Date
Guewen Baconnier
d6b34b968f Add stock_picking_consolidation_priority
This module adds an option "Raise priority when partially available" on
operation types.

When the option is set on an operation type, the first time a packing operation
is made partially available (goods have been moved for instance from a picking),
all the other moves that will bring goods for the same packing transfer have
their priority raised to "Very Urgent". If the moves that bring goods to the
packing transfer involves a chain of several moves, all the moves of the chain
have their priority raised.
2020-07-08 15:44:30 +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
Simone Orsi
6567e9183a stock_location_children: generate setup folder 2020-05-15 13:07:48 +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
Tony Gu
d36353dbad [IMP] stock_quant_manual_assign: black, isort, prettier 2020-04-01 20:38:10 +08: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
OCA-git-bot
08fe2c9977 [ADD] setup.py 2020-03-11 13:34:00 +00:00
OCA-git-bot
bae4fb7f2e [ADD] setup.py 2020-03-10 17:00:41 +00:00
OCA-git-bot
a48883b17c Merge PR #823 into 13.0
Signed-off-by LoisRForgeFlow
2020-03-10 14:02:41 +00:00
OCA-git-bot
a72d8d714d [ADD] setup.py 2020-03-04 08:01:11 +00:00
OCA-git-bot
0b95190d32 Merge PR #805 into 13.0
Signed-off-by ps-tubtim
2020-03-04 07:33:08 +00:00
OCA-git-bot
df21c3c3f5 [ADD] setup.py 2020-03-02 09:50:32 +00:00
OCA-git-bot
1fa103446e [ADD] setup.py 2020-02-11 09:09:39 +00:00