-
-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[16.0][FIX] stock_release_channel: do not write
records in _compute_picking_count
#969
[16.0][FIX] stock_release_channel: do not write
records in _compute_picking_count
#969
Conversation
…unt' This is triggering concurrency updates on release channel records while reading them in the dashboard (updating `write_date` + `write_uid` fields).
Hi @mt-software-de, @jbaudoux, |
/ocabot merge patch |
Hey, thanks for contributing! Proceeding to merge this for you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to backport this fix on v14
@mt-software-de Fix on #699
@rousseldenis You'll want this also
Congratulations, your PR was merged at c963cbd. Thanks a lot for contributing to OCA. ❤️ |
@jbaudoux @mt-software-de backported in 14.0 here: #970 |
This is triggering concurrency updates on release channel records while reading them in the dashboard (updating
write_date
+write_uid
fields).