diff --git a/web_refresher/README.rst b/web_refresher/README.rst
index f02d54906..4087c47f0 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:a22d55e4d7881d43822b2fec799eb569243fe1f8a9d4b83bda7019fbbff4ffef
+ !! source digest: sha256:f596e04f7b0f79fd6e2e5c11b46941bf309387df1babec1a6c946ea52c996f21
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
diff --git a/web_refresher/__manifest__.py b/web_refresher/__manifest__.py
index dbe7813a5..d5568758f 100644
--- a/web_refresher/__manifest__.py
+++ b/web_refresher/__manifest__.py
@@ -11,7 +11,20 @@
"web.assets_backend": [
"web_refresher/static/src/**/*.scss",
"web_refresher/static/src/**/*.esm.js",
- "web_refresher/static/src/**/*.xml",
+ "web_refresher/static/src/xml/refresher.xml",
+ # Load the modification of the master template just after it,
+ # for having the modification in all the primary extensions.
+ # Example: the project primary view.
+ (
+ "after",
+ "web/static/src/search/control_panel/control_panel.xml",
+ "web_refresher/static/src/xml/control_panel.xml",
+ ),
+ (
+ "after",
+ "web/static/src/views/form/control_panel/form_control_panel.xml",
+ "web_refresher/static/src/xml/form_control_panel.xml",
+ ),
],
},
}
diff --git a/web_refresher/static/description/index.html b/web_refresher/static/description/index.html
index dcc80724e..888bb6b69 100644
--- a/web_refresher/static/description/index.html
+++ b/web_refresher/static/description/index.html
@@ -1,3 +1,4 @@
+
@@ -8,10 +9,11 @@
/*
:Author: David Goodger (goodger@python.org)
-:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
+:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
+Despite the name, some widely supported CSS2 features are used.
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
customize this style sheet.
@@ -274,7 +276,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code {
margin-left: 2em ;
margin-right: 2em }
-pre.code .ln { color: grey; } /* line numbers */
+pre.code .ln { color: gray; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -300,7 +302,7 @@ span.option {
span.pre {
white-space: pre }
-span.problematic {
+span.problematic, pre.problematic {
color: red }
span.section-subtitle {
@@ -366,7 +368,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-!! source digest: sha256:a22d55e4d7881d43822b2fec799eb569243fe1f8a9d4b83bda7019fbbff4ffef
+!! source digest: sha256:f596e04f7b0f79fd6e2e5c11b46941bf309387df1babec1a6c946ea52c996f21
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
Adds a button next to the pager (in trees/kanban views) to refresh the displayed list.
@@ -420,7 +422,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
This module is maintained by the OCA.
-

+
+
+
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.
diff --git a/web_refresher/static/src/xml/control_panel.xml b/web_refresher/static/src/xml/control_panel.xml
index 0fb096f7c..ca9ef5127 100644
--- a/web_refresher/static/src/xml/control_panel.xml
+++ b/web_refresher/static/src/xml/control_panel.xml
@@ -46,26 +46,4 @@
-