تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2965 أدوات العرض

I have created a cronjob to download files in my custom model google_drive_scanner to create new applicants from google drive files. I want to send notification to reviewer in hr.job table but when I create it doesn't link to my hr.applicant.

self.env['mail.message'].create({
    'message_type': "notification",
    "subtype": self.env.ref("mail.mt_comment").id,
    'body': body,
    'subject': subject,
    'needaction_partner_ids': action_partner,
    'model': self._name, #hr.applicant model
    'res_id': self.id  #what res_id
})
الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
0
مارس 19
2968
0
مارس 19
3756
1
أكتوبر 21
10747
0
أكتوبر 21
2034
5
يوليو 25
2354