In Sale, While confirming sale order, the customer is added as follower automatically. Kindly help me to restrict it in Odoo 15.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
1
회신
923
화면
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])
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
1
6월 25
|
1785 | ||
|
3
7월 25
|
3388 | ||
|
1
5월 25
|
1537 | ||
|
1
5월 25
|
1793 | ||
|
4
5월 25
|
2919 |