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
- プロジェクト
- MRP
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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?