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] spp_registry_name_suffix: add placeholder name to satisfy check constraint
Tests were failing because res.partner has a check constraint
(res_partner_check_name) requiring a non-empty name at INSERT time.
Since name_change() is an onchange method that doesn't run during
programmatic create, we provide a temporary placeholder name that
gets overwritten when name_change() is called.
0 commit comments