A customer form has start buttons like 'Tasks' and 'Orders'. Is it possible to add a smart button for 'Projects'?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilitate
- Inventar
- PoS
- Project
- MRP
Această întrebare a fost marcată
4463
Vizualizări
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Înscrie-te| Related Posts | Răspunsuri | Vizualizări | Activitate | |
|---|---|---|---|---|
|
|
0
oct. 25
|
3 | ||
|
|
3
oct. 25
|
3622 | ||
|
|
2
sept. 25
|
1012 | ||
|
|
2
sept. 25
|
1836 | ||
|
|
1
iul. 25
|
1420 |
Yes, on the button action, you can use "_get_act_window_dict" to get the Projects list view and use domain to get the projects corresponding to the customer. So on the button click, you can see the Projects that the customer/partner involved in. Is that you need?