mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
15 lines
248 B
ReStructuredText
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'
|
|
}
|