Please ignore this mail, I found a bug in 'upload.py' and I am trying solved, sorry don't occur again.
2012/6/15 <[email protected]> > Reviewers: , > > > > Please review this at > http://codereview.tryton.org/**390003/<http://codereview.tryton.org/390003/> > > Affected files: > M tryton/gui/window/form.py > > > Index: tryton/gui/window/form.py > ==============================**==============================**======= > --- a/tryton/gui/window/form.py > +++ b/tryton/gui/window/form.py > @@ -521,7 +521,7 @@ > 'id': record_id, > 'ids': record_ids, > } > - Action._exec_action(action, data, {}) > + Action._exec_action(action, data, self.context) > > def activate_save(self): > self.buttons['save'].props.**sensitive = self.screen.modified() > > > -- [email protected] mailing list
