diff --git a/web_ir_actions_act_view_reload/README.rst b/web_ir_actions_act_view_reload/README.rst index cf39d837b..6253a6066 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 @@ -36,8 +39,7 @@ To use this functionality you need to return following action: .. code-block:: python - @api.multi - def foo(): + def foo(self): self.ensure_one() return { 'type': 'ir.actions.act_view_reload', @@ -60,13 +62,15 @@ Authors ~~~~~~~ * Modoolar -* Brainbean Apps +* CorporateHub Contributors ~~~~~~~~~~~~ * Petar Najman -* Alexey Pelykh +* `CorporateHub `__ + + * Alexey Pelykh Maintainers ~~~~~~~~~~~ diff --git a/web_ir_actions_act_view_reload/__manifest__.py b/web_ir_actions_act_view_reload/__manifest__.py index 872392874..961f30643 100644 --- a/web_ir_actions_act_view_reload/__manifest__.py +++ b/web_ir_actions_act_view_reload/__manifest__.py @@ -1,5 +1,6 @@ # Copyright 2017 - 2018 Modoolar # Copyright 2018 Brainbean Apps +# Copyright 2020 CorporateHub (https://corporatehub.eu) # License LGPLv3.0 or later (https://www.gnu.org/licenses/lgpl-3.0.en.html). { @@ -8,7 +9,7 @@ "category": "Web", "version": "13.0.1.0.0", "license": "LGPL-3", - "author": "Modoolar, Brainbean Apps, Odoo Community Association (OCA)", + "author": "Modoolar, CorporateHub, Odoo Community Association (OCA)", "website": "https://github.com/OCA/web/", "depends": ["web"], "data": ["views/web_ir_actions_act_view_reload.xml"], diff --git a/web_ir_actions_act_view_reload/readme/CONTRIBUTORS.rst b/web_ir_actions_act_view_reload/readme/CONTRIBUTORS.rst index 5f345324b..5190f35fa 100644 --- a/web_ir_actions_act_view_reload/readme/CONTRIBUTORS.rst +++ b/web_ir_actions_act_view_reload/readme/CONTRIBUTORS.rst @@ -1,2 +1,4 @@ * Petar Najman -* Alexey Pelykh +* `CorporateHub `__ + + * Alexey Pelykh diff --git a/web_ir_actions_act_view_reload/readme/USAGE.rst b/web_ir_actions_act_view_reload/readme/USAGE.rst index de630a81d..c8ff06ba8 100644 --- a/web_ir_actions_act_view_reload/readme/USAGE.rst +++ b/web_ir_actions_act_view_reload/readme/USAGE.rst @@ -2,8 +2,7 @@ To use this functionality you need to return following action: .. code-block:: python - @api.multi - def foo(): + def foo(self): self.ensure_one() return { 'type': 'ir.actions.act_view_reload', 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..78f6c5e19 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',
@@ -408,14 +407,17 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
 

Authors

  • Modoolar
  • -
  • Brainbean Apps
  • +
  • CorporateHub