Reviewers: ,
Please review this at http://codereview.tryton.org/481004/ Affected files: M tryton/gui/window/view_form/model/record.py Index: tryton/gui/window/view_form/model/record.py =================================================================== --- a/tryton/gui/window/view_form/model/record.py +++ b/tryton/gui/window/view_form/model/record.py @@ -538,6 +538,8 @@ for fieldname, value in result.items(): self.group.fields[fieldname].set_on_change(self, value) for fieldname in later: + on_change_with = self.group.fields[fieldname].attrs.get( + 'on_change_with') values = self._get_on_change_args(on_change_with) try: result = RPCExecute('model', self.model_name, -- [email protected] mailing list
