[imp] create a new context, as suggested by Guewen

This commit is contained in:
Leonardo Pistone
2014-01-31 15:45:54 +01:00
parent 94ab7ada3e
commit dfead5d132

View File

@@ -186,14 +186,13 @@ class AccountHoursBlock(orm.Model):
except ValueError:
compose_form_id = False
ctx = context.copy()
ctx.update({
ctx = {
'default_model': self._name,
'default_res_id': ids[0],
'default_use_template': bool(template_id),
'default_template_id': template_id,
'default_composition_mode': 'comment',
})
}
return {
'type': 'ir.actions.act_window',
'view_type': 'form',