Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
927 Zobrazení

In Sale, While confirming sale order, the customer is added as follower automatically. Kindly help me to restrict it in Odoo 15.

Avatar
Zrušit
Nejlepší odpověď

Hello Sakthi Priya,

You need to remove the below code from the def action_confirm method of sale order to stop the customer added to the follower.

for order in self.filtered(lambda order: order.partner_id not in order.message_partner_ids):
order.message_subscribe([order.partner_id.id])



Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
čvn 25
1798
3
čvc 25
3396
1
kvě 25
1542
1
kvě 25
1803
4
kvě 25
2927