Files
web/web_ir_actions_act_view_reload/readme/USAGE.rst
KENLYLST f826b96d91 web_ir_actions_act_view_reload: fix README (#1633)
Unresolved reference self and module odoo.api has no attribute multi

[UPD] README.rst

[UPD] Brainbean Apps => CorporateHub

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

10 lines
215 B
ReStructuredText

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