diff --git a/README.md b/README.md index e7ba7c8a642..13f37f5b7ba 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ addon | version | maintainers | summary [web_notify](web_notify/) | 15.0.1.1.0 | | Send notification messages to user [web_pivot_computed_measure](web_pivot_computed_measure/) | 15.0.1.0.3 | | Web Pivot Computed Measure [web_pwa_oca](web_pwa_oca/) | 15.0.1.0.0 | [![eLBati](/~https://github.com/eLBati.png?size=30px)](/~https://github.com/eLBati) | Make Odoo a PWA -[web_refresher](web_refresher/) | 15.0.2.0.0 | | Web Refresher +[web_refresher](web_refresher/) | 15.0.2.0.1 | | Web Refresher [web_remember_tree_column_width](web_remember_tree_column_width/) | 15.0.1.0.1 | [![frahikLV](/~https://github.com/frahikLV.png?size=30px)](/~https://github.com/frahikLV) [![luisg123v](/~https://github.com/luisg123v.png?size=30px)](/~https://github.com/luisg123v) | Remember the tree columns' widths across sessions. [web_responsive](web_responsive/) | 15.0.1.1.12 | [![Yajo](/~https://github.com/Yajo.png?size=30px)](/~https://github.com/Yajo) [![Tardo](/~https://github.com/Tardo.png?size=30px)](/~https://github.com/Tardo) [![SplashS](/~https://github.com/SplashS.png?size=30px)](/~https://github.com/SplashS) | Responsive web client, community-supported [web_search_with_and](web_search_with_and/) | 15.0.1.0.2 | | Use AND conditions on omnibar search diff --git a/web_refresher/README.rst b/web_refresher/README.rst index 0dff4272883..494722082f5 100644 --- a/web_refresher/README.rst +++ b/web_refresher/README.rst @@ -7,7 +7,7 @@ Web Refresher !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:f8d8ed8f9762830a5153097507a407ee9523c05093d1b424ae19dc30ccef9486 + !! source digest: sha256:5860a7342143843bc06026fa0c7bf845ca54226a000717248122ffd62df6c88c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/web_refresher/__manifest__.py b/web_refresher/__manifest__.py index 4956d69dd01..7ff20b4c27d 100644 --- a/web_refresher/__manifest__.py +++ b/web_refresher/__manifest__.py @@ -1,6 +1,6 @@ { "name": "Web Refresher", - "version": "15.0.2.0.0", + "version": "15.0.2.0.1", "author": "Compassion Switzerland, Tecnativa, Odoo Community Association (OCA)", "license": "AGPL-3", "website": "/~https://github.com/OCA/web", diff --git a/web_refresher/static/description/index.html b/web_refresher/static/description/index.html index 192f388979a..9af838ed633 100644 --- a/web_refresher/static/description/index.html +++ b/web_refresher/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Web Refresher

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:f8d8ed8f9762830a5153097507a407ee9523c05093d1b424ae19dc30ccef9486 +!! source digest: sha256:5860a7342143843bc06026fa0c7bf845ca54226a000717248122ffd62df6c88c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

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