You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In `saas~12.3`, computed-stored fields are computed *after* the `INSERT`
and the resulting values are stored using an `UPDATE`. This makes the
assertions in the test to fail.
Use `res.bank` instead of `res.partner` as this model doesn't have any
computed-stored fields.
Part-of: #269
Signed-off-by: Christophe Simonis (chs) <[email protected]>
0 commit comments