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
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
4442
Vistas
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Inscribirse| Publicaciones relacionadas | Respuestas | Vistas | Actividad | |
|---|---|---|---|---|
|
|
0
oct 25
|
3 | ||
|
|
3
oct 25
|
3597 | ||
|
|
2
sept 25
|
1000 | ||
|
|
2
sept 25
|
1814 | ||
|
|
1
jul 25
|
1404 |
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?