diff --git a/web_ir_actions_act_view_reload/README.rst b/web_ir_actions_act_view_reload/README.rst index 6253a6066..8887e7186 100644 --- a/web_ir_actions_act_view_reload/README.rst +++ b/web_ir_actions_act_view_reload/README.rst @@ -14,13 +14,13 @@ Web Actions View Reload :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github - :target: https://github.com/OCA/web/tree/13.0/web_ir_actions_act_view_reload + :target: https://github.com/OCA/web/tree/14.0/web_ir_actions_act_view_reload :alt: OCA/web .. |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 + :target: https://translation.odoo-community.org/projects/web-14-0/web-14-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 + :target: https://runbot.odoo-community.org/runbot/162/14.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -51,7 +51,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -85,6 +85,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/web `_ project on GitHub. +This module is part of the `OCA/web `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/web_ir_actions_act_view_reload/__manifest__.py b/web_ir_actions_act_view_reload/__manifest__.py index 961f30643..010c8af5a 100644 --- a/web_ir_actions_act_view_reload/__manifest__.py +++ b/web_ir_actions_act_view_reload/__manifest__.py @@ -7,10 +7,10 @@ "name": "Web Actions View Reload", "summary": "Enables reload of the current view via ActionManager", "category": "Web", - "version": "13.0.1.0.0", + "version": "14.0.1.0.0", "license": "LGPL-3", "author": "Modoolar, CorporateHub, Odoo Community Association (OCA)", - "website": "https://github.com/OCA/web/", + "website": "https://github.com/OCA/web", "depends": ["web"], "data": ["views/web_ir_actions_act_view_reload.xml"], "installable": True, diff --git a/web_ir_actions_act_view_reload/i18n/web_ir_actions_act_view_reload.pot b/web_ir_actions_act_view_reload/i18n/web_ir_actions_act_view_reload.pot index cc93d01ee..4d8b20f91 100644 --- a/web_ir_actions_act_view_reload/i18n/web_ir_actions_act_view_reload.pot +++ b/web_ir_actions_act_view_reload/i18n/web_ir_actions_act_view_reload.pot @@ -3,7 +3,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 13.0\n" +"Project-Id-Version: Odoo Server 14.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: \n" "Language-Team: \n" 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 78f6c5e19..ad0fa495b 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 Try me on Runbot

+

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

@@ -398,7 +398,7 @@ ul.auto-toc {

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -427,7 +427,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

-

This module is part of the OCA/web project on GitHub.

+

This module is part of the OCA/web project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

diff --git a/web_ir_actions_act_view_reload/static/src/js/web_ir_actions_act_view_reload.js b/web_ir_actions_act_view_reload/static/src/js/web_ir_actions_act_view_reload.js index 671d4d6f4..d096ccd14 100644 --- a/web_ir_actions_act_view_reload/static/src/js/web_ir_actions_act_view_reload.js +++ b/web_ir_actions_act_view_reload/static/src/js/web_ir_actions_act_view_reload.js @@ -1,7 +1,7 @@ // Copyright 2017 - 2018 Modoolar // Copyright 2018 Modoolar // License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). -odoo.define("web_ir_actions_act_view_reload.ir_actions_act_view_reload", function( +odoo.define("web_ir_actions_act_view_reload.ir_actions_act_view_reload", function ( require ) { "use strict"; @@ -13,7 +13,7 @@ odoo.define("web_ir_actions_act_view_reload.ir_actions_act_view_reload", functio * Intercept action handling to detect extra action type * @override */ - _handleAction: function(action, options) { + _handleAction: function (action, options) { if (action.type === "ir.actions.act_view_reload") { return this._executeReloadAction(action, options); } @@ -25,7 +25,7 @@ odoo.define("web_ir_actions_act_view_reload.ir_actions_act_view_reload", functio * Handle 'ir.actions.act_view_reload' action * @returns {Promise} Resolved promise */ - _executeReloadAction: function() { + _executeReloadAction: function () { var controller = this.getCurrentController(); if (controller && controller.widget) { controller.widget.reload();