Skip to content
Snippets Groups Projects
Commit bebd975a authored by Rémy Voet (ryv)'s avatar Rémy Voet (ryv)
Browse files

[FIX] core,account_sequence: avoid `add_to_compute` no-store no-compute fields

Since https://github.com/odoo/odoo/pull/121355

,
add_to_compute on no-store compute field, lead to recompute the field
at the end of request and it can lead to some non deterministic bug
(compute with a bad context by example).
Avoid to add_to_compute no-store or no-compute fields.

closes odoo/odoo#122496

Signed-off-by: default avatarRaphael Collet <rco@odoo.com>
parent 81d995cf
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment