[IMP]: Minor changes

bzr revid: ksa@tinyerp.co.in-20100914083922-169aed8yoa1ts3sj
This commit is contained in:
ksa (Open ERP) 2010-09-14 14:09:22 +05:30
parent 1d1f61c40e
commit e5af519158
1 changed files with 0 additions and 1 deletions

View File

@ -158,7 +158,6 @@ class thunderbird_partner(osv.osv_memory):
model = ref[0]
model_obj = self.pool.get(model)
model_data = model_obj.search(cr, uid,[('name', 'ilike', ref[1])])
res = ref[1]
if model_data:
res_id = int(model_data[0])
server_tools_pool.history_message(cr, uid, model, res_id, msg)