wms icon indicating copy to clipboard operation
wms copied to clipboard

[14.0][PERF] stock_available_to_promise_release priority

Open jbaudoux opened this issue 1 year ago • 2 comments

Prevent odoo to try to compute if a state change must be tracked when the priority is changed. As many moves can be released at the same time this useless computation is not neglectable.

cc @mt-software-de

jbaudoux avatar Aug 14 '23 07:08 jbaudoux

@TDu Besides the perf improvement, there is something we need to adapt in the code implementation you did in https://github.com/OCA/wms/commit/1d4e50facc92307124ca769dd53925baa6983b14 We cannot write the priority on the picking as this will override the priority of all moves. Something similar to this fix https://github.com/OCA/wms/commit/046e10e33b1ab63bef06aa8c74accb74b24b06af

jbaudoux avatar Aug 17 '23 09:08 jbaudoux

There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.

github-actions[bot] avatar Dec 17 '23 12:12 github-actions[bot]