Hi odooers,
I can't find the function is called by "Select" button or exactly view form in sales teams. Please tell me if you know
(CRM > Configuration > Sales Teams > enter any sale team and click "Edit" button > Click "Add" button on notebook)
Thank you so much for your reading
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilitat
- Inventari
- PoS
- Project
- MRP
This question has been flagged
2
Respostes
2957
Vistes
I found it. That is _inverse_member_ids in crm_sale model. it's hard to find when debug mode doesn't work in this case. However, thank you for your attention
Hi,
May i know what exactly you need, on clicking the select button, what you would like to perform ?
Thanks
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-seRelated Posts | Respostes | Vistes | Activitat | |
---|---|---|---|---|
|
2
d’ag. 25
|
1286 | ||
|
1
de juny 25
|
1718 | ||
|
3
de jul. 25
|
3338 | ||
|
1
de maig 25
|
1481 | ||
|
1
de maig 25
|
1286 |
I want to know the next event (action or function) after I selected users and click select. Remove button also...
sorry I cant put a picture on here about permission? I think
For this you can write an onchange function for the sales team field
I found it. That is _inverse_member_ids in crm_sale model. it's hard to find when debug mode doesn't work in this case. However, thank you for your attention