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
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
1
Responder
2756
Vistas
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
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
RegistrarsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
1
jun 21
|
3560 | ||
|
3
dic 23
|
1974 | ||
|
0
nov 23
|
1174 | ||
|
2
sept 23
|
8151 | ||
|
2
nov 20
|
11091 |