Files
web/web_ir_actions_act_view_reload/readme/USAGE.rst
Alexey Pelykh bdd8e89e0e [MIG] web_ir_actions_act_view_reload: Migration to 12.0
[UPD] Update web_ir_actions_act_view_reload.pot

[UPD] README.rst
2022-08-10 09:10:25 +12:00

11 lines
228 B
ReStructuredText

To use this functionality you need to return following action:
.. code-block:: python
@api.multi
def foo():
self.ensure_one()
return {
'type': 'ir.actions.act_view_reload',
}