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
- Бухоблік
- Склад
- PoS
- Project
- MRP
Це запитання позначене
4453
Переглядів
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Реєстрація| Related Posts | Відповіді | Переглядів | Дія | |
|---|---|---|---|---|
|
|
0
жовт. 25
|
3 | ||
|
|
3
жовт. 25
|
3602 | ||
|
|
2
вер. 25
|
1005 | ||
|
|
2
вер. 25
|
1815 | ||
|
|
1
лип. 25
|
1412 |
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?