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
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
            
                4423
                
                    Widoki
                
            
        
    Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj się| Powiązane posty | Odpowiedzi | Widoki | Czynność | |
|---|---|---|---|---|
|  | 0 paź 25  | 3 | ||
|  | 3 paź 25  | 3552 | ||
|  | 2 wrz 25  | 939 | ||
|  | 2 wrz 25  | 1761 | ||
|  | 1 lip 25  | 1357 | 
 
                        
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?