remove not needed check

pull/54/head
Markus Schneider 2015-01-30 12:55:23 +01:00
parent 26c496e365
commit d7878e5140
1 changed files with 0 additions and 3 deletions

View File

@ -58,9 +58,6 @@ class tile(orm.Model):
tile_id = ids[0]
tile_object = self.browse(cr, uid, tile_id, context=context)
if not context:
context = {}
if tile_object.action_id:
act_obj = self.pool.get('ir.actions.act_window')
result = act_obj.read(cr, uid, [tile_object.action_id.id],