Review: Needs Fixing

your code does not match with your commit message the intention  is different

instead of :
+            tools.email_send(current_interview.user_id.user_email or 
tools.config['email_from'], [current_interview.user_to_review_id.work_email],\

it should be 

  tools.email_send( tools.config['email_from'] or 
current_interview.user_id.user_email, 
[current_interview.user_to_review_id.work_email],\


Thanks,
Naresh Soni(nch)
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-opw-383828-ksa/+merge/94120
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/6.0-opw-383828-ksa.

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to