Code review comment for lp:~openerp-dev/openobject-addons/trunk-bug-727900-ara

Revision history for this message
Mustufa Rangwala (Open ERP) (mra-tinyerp) wrote :

you can use:

if not department_id:
   return {'value': {'stage_id': False}}

at the begining of the onchange method so that it will not make unnecessary pool.

review: Needs Fixing

« Back to merge proposal