diff --git a/README.md b/README.md
index eca36e6e10..789d0796b1 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ Available addons
addon | version | maintainers | summary
--- | --- | --- | ---
[base_import_async](base_import_async/) | 17.0.1.0.0 | | Import CSV files in the background
-[queue_job](queue_job/) | 17.0.1.4.0 |
| Job Queue
+[queue_job](queue_job/) | 17.0.1.4.1 |
| Job Queue
[queue_job_cron](queue_job_cron/) | 17.0.1.1.0 | | Scheduled Actions as Queue Jobs
[queue_job_cron_jobrunner](queue_job_cron_jobrunner/) | 17.0.1.1.0 |
| Run jobs without a dedicated JobRunner
[queue_job_subscribe](queue_job_subscribe/) | 17.0.1.0.0 | | Control which users are subscribed to queue job notifications
diff --git a/queue_job/README.rst b/queue_job/README.rst
index a0aa31e054..f5a0ba7971 100644
--- a/queue_job/README.rst
+++ b/queue_job/README.rst
@@ -11,7 +11,7 @@ Job Queue
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:0e908a7e024c5995acea7783a1f9ad76851955d69d8a88236d8508f6301c38b4
+ !! source digest: sha256:2c31d188cc0a4807a84d0df3880eeeabd76d2cfbbbc09f0e347910352b472127
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
diff --git a/queue_job/__manifest__.py b/queue_job/__manifest__.py
index 76156b77d8..63cc69e79e 100644
--- a/queue_job/__manifest__.py
+++ b/queue_job/__manifest__.py
@@ -2,7 +2,7 @@
{
"name": "Job Queue",
- "version": "17.0.1.4.0",
+ "version": "17.0.1.4.1",
"author": "Camptocamp,ACSONE SA/NV,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/queue",
"license": "LGPL-3",
diff --git a/queue_job/static/description/icon.png b/queue_job/static/description/icon.png
index c3bbca6d3d..c20efae1fc 100644
Binary files a/queue_job/static/description/icon.png and b/queue_job/static/description/icon.png differ
diff --git a/queue_job/static/description/icon.svg b/queue_job/static/description/icon.svg
index a0a6afb414..cbe183a7f7 100644
--- a/queue_job/static/description/icon.svg
+++ b/queue_job/static/description/icon.svg
@@ -1 +1,77 @@
-
\ No newline at end of file
+
+
diff --git a/queue_job/static/description/index.html b/queue_job/static/description/index.html
index 0ea18c2065..19da409c8b 100644
--- a/queue_job/static/description/index.html
+++ b/queue_job/static/description/index.html
@@ -372,7 +372,7 @@
This addon adds an integrated Job Queue to Odoo.