Skip to Content
Menú
This question has been flagged
7553 Vistes

Hi all,

I'm making a new app that creates menus "on the fly".

I need to know how to refresh the page in order to update menus. (Not manually, no F5, etc)

I tried with:

cr.commit()
openerp.service.restart_server()
 return {
            'type': 'ir.actions.client',
            'tag': 'home',
            'params': {'wait': True},
}

But that does not reload the page completly.

All suggestions are welcome.

Regards

Avatar
Descartar
Related Posts Respostes Vistes Activitat
1
de nov. 16
14621
0
de març 15
4019
1
de febr. 23
2308
1
d’ag. 17
5435
0
de jul. 16
4238