[REM] email.smtp_server: removed email.smtp_server and did changes in email module
[odoo/odoo.git] / addons / hr_recruitment / hr_recruitment.py
index 79fd773..7d210f8 100644 (file)
@@ -380,17 +380,6 @@ class hr_applicant(crm.crm_case, osv.osv):
         res = self.write(cr, uid, ids, vals, context=context)
         return res
 
-    def msg_send(self, cr, uid, id, *args, **argv):
-        """ Send The Message
-            @param self: The object pointer
-            @param cr: the current row, from the database cursor,
-            @param uid: the current user’s ID for security checks,
-            @param ids: List of email’s IDs
-            @param *args: Return Tuple Value
-            @param **args: Return Dictionary of Keyword Value
-        """
-        return True
-
     def case_open(self, cr, uid, ids, *args):
         """
         @param self: The object pointer