We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 862432c + ccfe623 commit 735b2ebCopy full SHA for 735b2eb
pydevd_plugins/extensions/pydevd_plugin_odoo.py
@@ -30,7 +30,7 @@ def get_dictionary(self, obj):
30
return defaultResolver.get_dictionary(obj)
31
32
def get_str(self, val):
33
- s = str(val.ids)
+ s = str(val)
34
if len(val) == 1:
35
name = getattr(val, 'name', None)
36
if name:
0 commit comments