OCA-git-bot
befafd3d84
[ADD] setup.py
2020-09-08 10:42:44 +00:00
HviorForgeFlow
f1c46530e5
[IMP] procurement_auto_create_group: black, isort, prettier
2020-09-08 10:55:33 +02:00
OCA-git-bot
b660007c72
[ADD] setup.py
2020-09-04 16:07:28 +00:00
OCA-git-bot
ff4e989998
Merge PR #877 into 13.0
...
Signed-off-by gurneyalex
2020-09-04 15:18:07 +00:00
OCA-git-bot
41ec69d6c4
[ADD] setup.py
2020-09-02 13:38:17 +00:00
OCA-git-bot
0b90eb6112
Merge PR #941 into 13.0
...
Signed-off-by simahawk
2020-09-02 13:04:52 +00: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
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
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