diff --git a/web_refresher/README.rst b/web_refresher/README.rst index f02d54906bc3..6bd0719c84d8 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:8ccc6c1c56fbfc8f7e5fc0fbd85d38cf4dab7909b3f3a4570c1dbe7f1a529f6d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/web_refresher/__manifest__.py b/web_refresher/__manifest__.py index dbe7813a5e08..4a279186b015 100644 --- a/web_refresher/__manifest__.py +++ b/web_refresher/__manifest__.py @@ -11,7 +11,17 @@ "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", + ( + "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 dcc80724e35b..479e826c71fa 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 @@ 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.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -366,7 +368,7 @@

Web Refresher

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:a22d55e4d7881d43822b2fec799eb569243fe1f8a9d4b83bda7019fbbff4ffef +!! source digest: sha256:8ccc6c1c56fbfc8f7e5fc0fbd85d38cf4dab7909b3f3a4570c1dbe7f1a529f6d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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.

@@ -420,7 +422,9 @@

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

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 0fb096f7c9c6..ca9ef512767a 100644 --- a/web_refresher/static/src/xml/control_panel.xml +++ b/web_refresher/static/src/xml/control_panel.xml @@ -46,26 +46,4 @@
- - - - - -
- -
-
-
diff --git a/web_refresher/static/src/xml/form_control_panel.xml b/web_refresher/static/src/xml/form_control_panel.xml new file mode 100644 index 000000000000..0d9a88191c2d --- /dev/null +++ b/web_refresher/static/src/xml/form_control_panel.xml @@ -0,0 +1,27 @@ + + +