Reviewers: ,
Please review this at http://codereview.tryton.org/279001/ Affected files: M tryton/gui/window/view_form/model/group.py Index: tryton/gui/window/view_form/model/group.py =================================================================== --- a/tryton/gui/window/view_form/model/group.py +++ b/tryton/gui/window/view_form/model/group.py @@ -234,6 +234,8 @@ def _get_context(self): ctx = rpc.CONTEXT.copy() + if self.parent: + ctx.update(self.parent.context_get()) ctx.update(self._context) if self.parent_datetime_field: ctx['_datetime'] = self.parent.get_eval(check_load=False -- [email protected] mailing list
