web/web_ir_actions_close_wizard.../readme/USAGE.rst

15 lines
248 B
ReStructuredText

Return an action literal with the following type: 'ir.actions.close_wizard_refresh_view'.
For example:
::
def method_called_by_wizard(self):
..
..
return {
'type': 'ir.actions.close_wizard_refresh_view'
}