i have never been working on odoo email template or notification, i need to know how to make the notification when create , if there is any example it will be appreciated i'am trying to do that on odoo10
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
I think this functionality is already implemented in hr_recruitment but you need to modify to according to your need
https://github.com/odoo/odoo/blob/11.0/addons/hr_recruitment/data/hr_recruitment_data.xml#L387
here is an explanation of how it works
Define mail channel using it we can post a message and mail channel subscribed by groups or members
https://github.com/odoo/odoo/blob/11.0/addons/mail/data/mail_channel_data.xml#L5
you can define Authorized Group by group_public_id and auto subscription by Auto Subscription
Post and message to this channel on new employee creation
https://github.com/odoo/odoo/blob/11.0/addons/hr_recruitment/models/hr_employee.py#L36
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
Mail Notification : Customize the text
Diselesaikan
|
|
2
Nov 23
|
7216 | |
|
9
Des 22
|
24250 | ||
|
4
Jul 25
|
6918 | ||
|
0
Okt 18
|
3601 | ||
|
1
Mar 15
|
5703 |