[IMP] Added context.

bzr revid: mka@tinyerp.com-20140422103802-jhcwotzhh6chcmqu
This commit is contained in:
Mansi Kariya (OpenERP) 2014-04-22 16:08:02 +05:30
parent 60b6ac6669
commit afd6aa2472
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ class account_config_settings(osv.TransientModel):
_inherit = 'account.config.settings'
def open_followup_level_form(self, cr, uid, ids, context=None):
res_ids = self.pool.get('account_followup.followup').search(cr, uid,[])
res_ids = self.pool.get('account_followup.followup').search(cr, uid, [], context=context)
return {
'type': 'ir.actions.act_window',