Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
3628 Widoki

In Odoo, a Salesperson can be assigned to a Customer record and can be assigned to an Opportunity record.

In our company, Salespeople enter Opportunities for each other.  When others enter Opportunities, THEY are the Salesperson on the Opportunity. 

Is it possible to see both types of Opportunities easily?  For each Salesperson, they can then look at (1) Opportunities where THEY are the Salesperson on the Opportunity (they entered it) and (2) Opportunities where they are NOT the Salesperson on the Opportunity, but ARE the Salesperson on the Customer related to that Opportunity?

This would give us a way to make sure Opportunities we enter for others are seen by them AND us so we can both make sure they get attention.

Awatar
Odrzuć
Autor Najlepsza odpowiedź

Yes.

In this example, the Salesperson for "Company" is John, but he also sees Opportunities for "Company" that were entered by Jane:

 

The filter would be defined like this:

<filter string="Entered by Me OR Assigned to Me" name="entered_or_assigned"          
domain="['|',('user_id','=',uid),('partner_id.user_id','=',uid)]"
help="Opportunities entered for me, or by me."/>

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
gru 24
1388
0
wrz 24
1426
1
mar 21
2556
0
sty 21
2358
2
sty 24
13426