diff --git a/README.md b/README.md
index 7ece2c97859..df6a45eb1ab 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ addon | version | maintainers | summary
[test_base_time_window](test_base_time_window/) | 18.0.1.0.0 | | Test Base model to handle time windows
[tracking_manager](tracking_manager/) | 18.0.1.1.0 |
| This module tracks all fields of a model, including one2many and many2many ones.
[tracking_manager_domain](tracking_manager_domain/) | 18.0.1.0.1 |
| This module extends the tracking manager to allow to define a domain on fields to track changes only when certain conditions apply.
-[upgrade_analysis](upgrade_analysis/) | 18.0.1.4.4 |
| Performs a difference analysis between modules installed on two different Odoo instances
+[upgrade_analysis](upgrade_analysis/) | 18.0.1.4.5 |
| Performs a difference analysis between modules installed on two different Odoo instances
[//]: # (end addons)
diff --git a/upgrade_analysis/README.rst b/upgrade_analysis/README.rst
index 1209f220f65..0ac097964c2 100644
--- a/upgrade_analysis/README.rst
+++ b/upgrade_analysis/README.rst
@@ -11,7 +11,7 @@ Upgrade Analysis
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:c2c27b7d71aa3928b322fe32b128516efa8781bf4a35166acbc3671263c254a4
+ !! source digest: sha256:2a60be71ff85087e3008046b56ae91897bffb41941ff9a2cca0a215b49705647
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
diff --git a/upgrade_analysis/__manifest__.py b/upgrade_analysis/__manifest__.py
index b26753091a0..a52d6b8dd1d 100644
--- a/upgrade_analysis/__manifest__.py
+++ b/upgrade_analysis/__manifest__.py
@@ -5,7 +5,7 @@
"name": "Upgrade Analysis",
"summary": "Performs a difference analysis between modules"
" installed on two different Odoo instances",
- "version": "18.0.1.4.4",
+ "version": "18.0.1.4.5",
"category": "Migration",
"author": "Therp BV, Opener B.V., GRAP, Odoo Community Association (OCA)",
"maintainers": ["StefanRijnhart", "legalsylvain"],
diff --git a/upgrade_analysis/blacklist.py b/upgrade_analysis/blacklist.py
index b280aac2405..79e68010b7b 100644
--- a/upgrade_analysis/blacklist.py
+++ b/upgrade_analysis/blacklist.py
@@ -10,6 +10,6 @@
# delay the process and spit out annoying log messages continuously.
# We also don't want to analyze tests modules
-BLACKLIST_MODULES_STARTS_WITH = ["hw_", "test_"]
+BLACKLIST_MODULES_STARTS_WITH = ["hw_", "test_", "l10n_test_"]
-BLACKLIST_MODULES_ENDS_WITH = ["_test"]
+BLACKLIST_MODULES_ENDS_WITH = ["_test", "_tests"]
diff --git a/upgrade_analysis/static/description/index.html b/upgrade_analysis/static/description/index.html
index 375e8044e36..ca3b23427d8 100644
--- a/upgrade_analysis/static/description/index.html
+++ b/upgrade_analysis/static/description/index.html
@@ -372,7 +372,7 @@
This module provides the tool to generate the database analysis files