Skip to Content
Menu
This question has been flagged
1 Reply
1865 Views

How can I stop automatic addition of partners as followers in Odoo 12. Whenever I create a new quotation or opportunity, the partner is automatically added to the followers list and an email notification is send to the partner which I don't want.

How can I prevent this from happening?

I also always see that odoobot is subscribed in all documents, how can I do it so that it is not added automatically. 

 release: odoo12



Avatar
Discard
Best Answer

Hello, unfortunately that is wired in the code and is not a setting, nevertheless it shouldn't happen when you create a quotation but only when you confirm it, here is the line of code that does it:


\https://github.com/odoo/odoo/blob/12.0/addons/sale/models/sale.py#L740

Avatar
Discard
Related Posts Replies Views Activity
3
Nov 23
15302
3
Nov 24
21044
1
Apr 23
4560
2
Dec 22
5494
1
Nov 22
2658