[FIX] base: res.config name_get fix (#13513)
name_get function needs to ensure that read passes the required ids as a list, not a single value. This is very important if the method is inherited.
Loading
Please register or sign in to comment
name_get function needs to ensure that read passes the required ids as a list, not a single value. This is very important if the method is inherited.