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
[IMP] sale_exception: too many write on sale.order.line
Although the ORM will properly handle multiple write (as mentioned in
the comment)
Without the filtering the write method will still be called many time
without need.
0 commit comments