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
- Účetnictví
- Sklad
- PoS
- Project
- MRP
This question has been flagged
2
Odpovědi
2961
Zobrazení
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!
Přihlásit seRelated Posts | Odpovědi | Zobrazení | Aktivita | |
---|---|---|---|---|
|
2
srp 25
|
1289 | ||
|
1
čvn 25
|
1724 | ||
|
3
čvc 25
|
3342 | ||
|
1
kvě 25
|
1491 | ||
|
1
kvě 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