[IMP] Improved code

bzr revid: ggh@tinyerp.com-20130517103456-huif4hsynibg0uqb
This commit is contained in:
Farid Ghanchi (OpenERP) 2013-05-17 16:04:56 +05:30
parent 48efb3b4d6
commit 39024c0239
1 changed files with 0 additions and 2 deletions

View File

@ -90,5 +90,3 @@ class sale_order_line(osv.osv):
registration_id = registration_obj.create(cr, uid, dic, context=context)
registration_obj.message_post(cr, uid, [registration_id], body=message, context=context)
return super(sale_order_line, self).button_confirm(cr, uid, ids, context=context)
sale_order_line()