diff --git a/web_refresher/README.rst b/web_refresher/README.rst index a9641400e..14142914d 100644 --- a/web_refresher/README.rst +++ b/web_refresher/README.rst @@ -14,20 +14,20 @@ Web Refresher :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github - :target: https://github.com/OCA/web/tree/12.0/web_refresher + :target: https://github.com/OCA/web/tree/13.0/web_refresher :alt: OCA/web .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_refresher + :target: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_refresher :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/12.0 + :target: https://runbot.odoo-community.org/runbot/162/13.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| Adds a button next to the pager (in trees/kanban views) to refresh the displayed list. -.. |refresh| image:: https://raw.githubusercontent.com/OCA/web/12.0/web_refresher/images/refresh.png +.. image:: https://raw.githubusercontent.com/OCA/web/13.0/web_refresher/static/description/refresh.png **Table of contents** @@ -40,7 +40,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. @@ -56,6 +56,9 @@ Contributors ~~~~~~~~~~~~ * Samuel Fringeli +* `Tecnativa `__: + + * João Marques Maintainers ~~~~~~~~~~~ @@ -70,6 +73,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_refresher/__manifest__.py b/web_refresher/__manifest__.py index 9d21f9c55..1e5144bea 100644 --- a/web_refresher/__manifest__.py +++ b/web_refresher/__manifest__.py @@ -1,8 +1,6 @@ -# pylint: disable=C8101 - { "name": "Web Refresher", - "version": "12.0.1.0.0", + "version": "13.0.1.0.0", "author": "Compassion Switzerland, " "Odoo Community Association (OCA)", "license": "AGPL-3", "website": "https://github.com/OCA/web", diff --git a/web_refresher/i18n/ca.po b/web_refresher/i18n/ca.po index 36c10153d..e69de29bb 100644 --- a/web_refresher/i18n/ca.po +++ b/web_refresher/i18n/ca.po @@ -1,14 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 12.0\n" -"Report-Msgid-Bugs-To: \n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: ca\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" diff --git a/web_refresher/i18n/es.po b/web_refresher/i18n/es.po index 7461f0845..e69de29bb 100644 --- a/web_refresher/i18n/es.po +++ b/web_refresher/i18n/es.po @@ -1,14 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 12.0\n" -"Report-Msgid-Bugs-To: \n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: es\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" diff --git a/web_refresher/i18n/pt_BR.po b/web_refresher/i18n/pt_BR.po index 7971f5f93..e69de29bb 100644 --- a/web_refresher/i18n/pt_BR.po +++ b/web_refresher/i18n/pt_BR.po @@ -1,14 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 12.0\n" -"Report-Msgid-Bugs-To: \n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: pt_BR\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" diff --git a/web_refresher/i18n/web_refresher.pot b/web_refresher/i18n/web_refresher.pot index d2e396f15..cc93d01ee 100644 --- a/web_refresher/i18n/web_refresher.pot +++ b/web_refresher/i18n/web_refresher.pot @@ -3,12 +3,11 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 12.0\n" +"Project-Id-Version: Odoo Server 13.0\n" "Report-Msgid-Bugs-To: \n" -"Last-Translator: <>\n" +"Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Plural-Forms: \n" - diff --git a/web_refresher/readme/CONTRIBUTORS.rst b/web_refresher/readme/CONTRIBUTORS.rst index 7c78d0435..6a3baeef8 100644 --- a/web_refresher/readme/CONTRIBUTORS.rst +++ b/web_refresher/readme/CONTRIBUTORS.rst @@ -1 +1,4 @@ * Samuel Fringeli +* `Tecnativa `__: + + * João Marques diff --git a/web_refresher/readme/DESCRIPTION.rst b/web_refresher/readme/DESCRIPTION.rst index 94ef75bf2..b8b82f543 100644 --- a/web_refresher/readme/DESCRIPTION.rst +++ b/web_refresher/readme/DESCRIPTION.rst @@ -1,3 +1,3 @@ Adds a button next to the pager (in trees/kanban views) to refresh the displayed list. -.. |refresh| image:: ./images/refresh.png +.. image:: ./static/description/refresh.png diff --git a/web_refresher/static/description/index.html b/web_refresher/static/description/index.html index 69f3d506b..04b60705b 100644 --- a/web_refresher/static/description/index.html +++ b/web_refresher/static/description/index.html @@ -367,8 +367,9 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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

Adds a button next to the pager (in trees/kanban views) to refresh the displayed list.

+https://raw.githubusercontent.com/OCA/web/13.0/web_refresher/static/description/refresh.png

Table of contents

    @@ -386,7 +387,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.

@@ -401,6 +402,10 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

Contributors

  • Samuel Fringeli
  • +
  • Tecnativa:
      +
    • João Marques
    • +
    +
@@ -410,7 +415,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_refresher/images/refresh.png b/web_refresher/static/description/refresh.png similarity index 100% rename from web_refresher/images/refresh.png rename to web_refresher/static/description/refresh.png