mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] web_ir_actions_act_view_reload: Migration to 12.0
[UPD] Update web_ir_actions_act_view_reload.pot [UPD] README.rst
This commit is contained in:
2
web_ir_actions_act_view_reload/readme/CONTRIBUTORS.rst
Normal file
2
web_ir_actions_act_view_reload/readme/CONTRIBUTORS.rst
Normal file
@@ -0,0 +1,2 @@
|
||||
* Petar Najman <petar.najman@modoolar.com>
|
||||
* Alexey Pelykh <alexey.pelykh@brainbeanapps.com>
|
||||
1
web_ir_actions_act_view_reload/readme/DESCRIPTION.rst
Normal file
1
web_ir_actions_act_view_reload/readme/DESCRIPTION.rst
Normal file
@@ -0,0 +1 @@
|
||||
This module provides a way to trigger reload of the current window on ActionManager
|
||||
10
web_ir_actions_act_view_reload/readme/USAGE.rst
Normal file
10
web_ir_actions_act_view_reload/readme/USAGE.rst
Normal file
@@ -0,0 +1,10 @@
|
||||
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',
|
||||
}
|
||||
Reference in New Issue
Block a user