i have a custom view and i need return a custom view from javascript ! how to do it !
Odoo is the world's easiest all-in-one management software.
 It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilitat
- Inventari
- PoS
- Project
- MRP
This question has been flagged
            
                1
                
                    Respondre
                
            
        
        
            
                3590
                
                    Vistes
                
            
        
    Hi,
Try like below code.
$("#your button id").click(function(){
        self.do_action({
            name:'view name',
            type: 'ir.actions.act_window',
            res_model: 'model.name',
            view_mode: 'kanban',
            views: [[view_id, 'kanban']],
            domain: [['state', '=', 'pending']],
        })
        })in view_id, refer your corresponding models view id
Regards
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-se| Related Posts | Respostes | Vistes | Activitat | |
|---|---|---|---|---|
|  | 1 de juny 21  | 4468 | ||
|  | 3 de des. 23  | 3451 | ||
|  | 0 de nov. 23  | 2531 | ||
|  | 2 de set. 23  | 9159 | ||
|  | 2 de nov. 20  | 12110 | 
