Code review comment for lp:~openerp-dev/openobject-server/trunk-bug-726592-ysa

Revision history for this message
Vo Minh Thu (thu) wrote :

The line
  if hasattr(default_val, '_id'):
seems to assume that
  self._get_default()
could return a browse record. But I don't think this is the case.

review: Needs Fixing

« Back to merge proposal