From c095bd614e0fdd1ad5943753226229bc5294bd2f Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 13 Jul 2020 05:55:03 +0000 Subject: [PATCH] [UPD] README.rst --- web_ir_actions_act_view_reload/README.rst | 5 ++++- web_ir_actions_act_view_reload/static/description/index.html | 5 ++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/web_ir_actions_act_view_reload/README.rst b/web_ir_actions_act_view_reload/README.rst index a7b7c5d1b..4ac1c6a43 100644 --- a/web_ir_actions_act_view_reload/README.rst +++ b/web_ir_actions_act_view_reload/README.rst @@ -19,8 +19,11 @@ Web Actions View Reload .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png :target: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_ir_actions_act_view_reload :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/162/13.0 + :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| +|badge1| |badge2| |badge3| |badge4| |badge5| This module provides a way to trigger reload of the current window on ActionManager diff --git a/web_ir_actions_act_view_reload/static/description/index.html b/web_ir_actions_act_view_reload/static/description/index.html index 6c62df538..d2c758406 100644 --- a/web_ir_actions_act_view_reload/static/description/index.html +++ b/web_ir_actions_act_view_reload/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: LGPL-3 OCA/web Translate me on Weblate

+

Beta License: LGPL-3 OCA/web Translate me on Weblate Try me on Runbot

This module provides a way to trigger reload of the current window on ActionManager

Table of contents

@@ -386,8 +386,7 @@ ul.auto-toc {

Usage

To use this functionality you need to return following action:

-@api.multi
-def foo():
+def foo(self):
    self.ensure_one()
    return {
       'type': 'ir.actions.act_view_reload',