Skip to Content
Menu
This question has been flagged
1824 Views

tengo la siguiente funcion 

return {

'type': 'ir.actions.act_url',

'name':"Open Menuitem",

'url':'web#action=197&model=survey.survey&view_type=kanban&cids=1&menu_id=140',

'target': 'self',

}

esta ligado a un boton que me permite direcciona a la vista lista del modelo encuestas, el problema es que cuando intento instalar el modulo en otro odoo, pues ese link cambia.
Como puedo solucionar este conflicto

Avatar
Discard

The action id and menu_id of the survey model will be different in other instance

Related Posts Replies Views Activity
3
Oct 25
384
2
Oct 25
457
1
Oct 25
449
1
Sep 25
373
1
Sep 25
459