Client Action Refresh
“Refresh Form Without Reload Whole Page”
This module allows users to reload the data window without refreshing webpage.
Description
This module triggers a refresh on clients to reload form with no need to refresh the whole page.
Views
- INHERIT assets_backend (qweb)
Menus
- Action
- Refresh
Dependencies
- Web
Demonstration
Trigger reload of the current window
def foo(self): return { 'type' : 'ir.actions.client', 'tag' : 'trigger_reload' }