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
[FIX] default_warehouse_from_sale_team: validate cache access when no record exists
Add a validation to avoid errors when accessing the cache without a
record. The change ensures that the `team_id` value is only retrieved
from the cache when a valid `account.move` record exists.
0 commit comments