diff --git a/web_quick_start_screen/README.rst b/web_quick_start_screen/README.rst
index 2b1cf6bfa..d4a816114 100644
--- a/web_quick_start_screen/README.rst
+++ b/web_quick_start_screen/README.rst
@@ -17,13 +17,13 @@ Quick Start Screen
: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/16.0/web_quick_start_screen
+ :target: https://github.com/OCA/web/tree/18.0/web_quick_start_screen
:alt: OCA/web
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_quick_start_screen
+ :target: https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_quick_start_screen
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
- :target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=16.0
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=18.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -99,7 +99,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 to smash it by providing a detailed and welcomed
-`feedback `_.
+`feedback `_.
Do not contact contributors directly about support or help with technical issues.
@@ -132,6 +132,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_quick_start_screen/models/quick_start_screen_action.py b/web_quick_start_screen/models/quick_start_screen_action.py
index 06982937f..ff6bb814b 100644
--- a/web_quick_start_screen/models/quick_start_screen_action.py
+++ b/web_quick_start_screen/models/quick_start_screen_action.py
@@ -61,7 +61,7 @@ class DecontracStartScreenAction(models.Model):
active_id = extra_context.get("active_id", 0)
action["context"] = dict(
safe_eval(action.get("context", "{}"), {"active_id": active_id}),
- **extra_context
+ **extra_context,
)
if self.domain:
action["domain"] = self._safe_eval(self.domain)
diff --git a/web_quick_start_screen/pyproject.toml b/web_quick_start_screen/pyproject.toml
new file mode 100644
index 000000000..4231d0ccc
--- /dev/null
+++ b/web_quick_start_screen/pyproject.toml
@@ -0,0 +1,3 @@
+[build-system]
+requires = ["whool"]
+build-backend = "whool.buildapi"
diff --git a/web_quick_start_screen/static/description/index.html b/web_quick_start_screen/static/description/index.html
index 4e9b25671..657933156 100644
--- a/web_quick_start_screen/static/description/index.html
+++ b/web_quick_start_screen/static/description/index.html
@@ -369,7 +369,7 @@ ul.auto-toc {
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:f9c2d78e553eef639adf52a6811c9a92a1b131a13c2882469d1e47f4fe271679
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-

+

This module adds a configurable start screen so users can go right into
their more common tasks.
It can be configured at the user level or just be used as common
@@ -448,7 +448,7 @@ to detect possible issues.
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 to smash it by providing a detailed and welcomed
-feedback.
+feedback.
Do not contact contributors directly about support or help with technical issues.
@@ -478,7 +478,7 @@ If you spotted it first, help us to smash 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_quick_start_screen/views/quick_screen_action_view.xml b/web_quick_start_screen/views/quick_screen_action_view.xml
index bde1f3149..48010e4a5 100644
--- a/web_quick_start_screen/views/quick_screen_action_view.xml
+++ b/web_quick_start_screen/views/quick_screen_action_view.xml
@@ -58,9 +58,11 @@
href="#"
class="btn-lnk stretched-link"
t-att-string="record.name.raw_value"
- >
+
+ />
+