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
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
1
Rispondi
5906
Visualizzazioni
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!
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
1
lug 24
|
4563 | ||
|
1
apr 21
|
8471 | ||
|
2
gen 25
|
6057 | ||
|
1
feb 24
|
5066 | ||
|
1
apr 25
|
14161 |
Hi Justine Crespin
Thank you so much :)
Exactly what I was looking for