2237
2237
if key in self._columns.keys():
2239
2239
elif key in self._inherit_fields.keys():
2244
2244
model,ref_id = v.split(',')
2245
2245
table = self.pool.get(model)._table
2246
2246
cr.execute('select id from "%s" where id=%%s' % (table,), (ref_id,))