[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:
Alexey Pelykh
2018-11-19 18:30:15 +02:00
committed by Ryan Cole
parent 6151a3cffb
commit bdd8e89e0e
10 changed files with 563 additions and 27 deletions

View File

@@ -0,0 +1,2 @@
* Petar Najman <petar.najman@modoolar.com>
* Alexey Pelykh <alexey.pelykh@brainbeanapps.com>

View File

@@ -0,0 +1 @@
This module provides a way to trigger reload of the current window on ActionManager

View 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',
}