CRM - Mark you opportunity as won automatically
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
1
Odpowiedz
5802
Widoki
CRM - Mark you opportunity as won automatically
How to achieve this:
1. On your Sale.Order create a related field to Opportunity > Stage (stage.id)
2. Make that field NOT read only, and make sure it is stored
3. Create an automated action that meets your condition.
Model: Sales Order (this is important!)
In this case we are updating any records that were not in Status Sales Order and are NOW in status Sales Order - and we are updating our new related field to the status we want to achieve, which is WON.
4. Now when you CONFIRM a Sales Order -- you will see your new related field has been updated to the WON status. and your opportunity will update in the pipeline as well.
5. You can now make that field on your Sales Order INVISIBLE so users don't get confused.
Test again and voila!
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
1
lip 24
|
4480 | ||
|
1
kwi 21
|
8339 | ||
How to find the domain of filter on today ?
Rozwiązane
|
|
2
sty 25
|
5947 | |
|
1
lut 24
|
4973 | ||
|
1
kwi 25
|
13972 |
Hi Justine Crespin
Thank you so much :)
Exactly what I was looking for