Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
3 Trả lời
7896 Lượt xem

I want to make automated action that would assign person on lead/opportunity every time stages is changed depending on what person (user) is chosen for given stage. I know firstly I would need to expand crm.case.stage module, so there you could add users that belong to particular stage. So with that information, automated action would check what user must be assigned if stage changes. Fro example let say there are three stages - first, second and third. So user1 belongs to first stage, user2, belongs to stage2 and three. When stage changes to second, it assigns that lead/opportunity to user2.

I think it should looks something like this example (assigns sales team to sales deparament on lead/opportunity):

sales_team = self.pool.get('ir.model.data').get_object(cr, uid, 'crm', 'section_sales_department')
object.write({'section_id': sales_team.id})

But this action only assigns specific sales team. It would be best to have an approach that universally selects which user needs to be assigned depending on a stage and user added to that stage.

Any suggestions?

Ảnh đại diện
Huỷ bỏ

Have you found any solution ?

Câu trả lời hay nhất

You could just assign sales teams making user1 a child team of user two and only able to use or see there stage. Then when it's time for the next stage you escalate the lead to the next team and define an auto saleman assignment for each team.

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hi John, 

Do you have the code for an auto escalate?

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
3
thg 4 24
2156
1
thg 9 23
2008
0
thg 10 24
6704
5
thg 7 20
5925
2
thg 7 17
7404