Odoo Help
Odoo is the world's easiest all-in-one management software. It includes hundreds of business apps:
CRM
|
e-Commerce
|
Accounting
|
Inventory
|
PoS
|
Project management
|
MRP
|
etc.
Where is the function that send notification when their are some object's activity?
I want to change the notification mail to include some informations from res.model but I don't find the class and the function to override.
Can you tell me how to find that?
edit: the function that send notifications is here /addon/mail/mail_followers.py but I don't understand how to add some information that throw the notification.
About This Community
This platform is for beginners and experts willing to share their Odoo knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers.
RegisterOdoo Training Center
Access to our E-learning platform and experience all Odoo Apps through learning videos, exercises and Quizz.
Test it nowQuestion tools
Stats
Asked: 5/30/13, 8:37 AM |
Seen: 1368 times |
Last updated: 3/16/15, 8:10 AM |
the function to override invitation is here /addon/mail/wizard/invite.py
the function that send notifications is here /addon/mail/mail_followers.py