跳至内容
菜单
此问题已终结
2 回复
5378 查看

Hello,

I'm using odoo to send quotes to my customers. When the quote is sent , the customer receive a link to consult the quote.

And then, all the subscribers in the quote are receiving an email "quotation viewed by customer" in french "Devis vu par le client".


Problems arrived when the seller want to consult the quote, all the quote's followers receive the same email with "Quote viewed by customer".


Can you help me on this ?


Thanks in advance,


Lorenzo

形象
丢弃

That is because there are followers mapped to that Sale Record. when an Internal Note is logged then it will notify in channel via Odoo instance, but if message is logged it will indeed notify all the followers via mail.

编写者

Ok I unmapped all the followers.

But I always have this internal notification "Quotation viewed by customer".

Why this appeared when it is not the customer who saw the quote ?

Could you modify this note ? Delete it ?

Lolo

最佳答案

Hello, 
You can update using portal_order_page method of /sale/controllers/portal.py [ODOO 16]

形象
丢弃
编写者 最佳答案

Hello,

Can you explain me :

- how to change the script "quotation viewed by customer" in the internal notes by "Quotation viewed" only ? or where I can manage this note if it possible ?

Thanks,

Lorenzo



形象
丢弃