Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
3 Trả lời
6120 Lượt xem

How to setup an email notification to manager when an employee requests for leave and also when manager approves or refuses the leave (email notification is to be sent to the employee regarding the status) in Odoo 10. Help needed. I'm able to send invitation mail & password reset email to the respective user upon creation from the odoo system.  

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

did you find a solution please !


Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

Mohamed Zouine! Thanks for the above information furnished. I'm still a beginner and in need of detailed explanations.(tutorial sort of thing)

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hi, you should first create email templates for the request/approval/refection.

Then you create a function and add it to the create button and it should be like this :

template = self.env.ref('module_where_tepmlates_are_defined.your_template_id')
self.env['mail.template'].browse(template.id).send_mail(self.id)    
Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
2
thg 7 25
4562
2
thg 12 24
7714
2
thg 11 24
28456
2
thg 5 24
7432
3
thg 3 24
6859