diff --git a/README.md b/README.md
index c06cc8c26b3..a8c69d33a23 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ addon | version | maintainers | summary
[sequence_python](sequence_python/) | 19.0.1.0.0 | | Calculate a sequence number from a Python expression
[session_db](session_db/) | 19.0.1.0.0 |
| Store sessions in DB
[test_auditlog](test_auditlog/) | 19.0.1.0.0 | | Additional unit tests for Audit Log based on accounting models
-[upgrade_analysis](upgrade_analysis/) | 19.0.1.0.3 |
| Performs a difference analysis between modules installed on two different Odoo instances
+[upgrade_analysis](upgrade_analysis/) | 19.0.1.0.4 |
| 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 b0c90a775c5..a04184f09af 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:2d47557ac2062b559301122721ca103b607479dac30849ddaf775f96be096305
+ !! source digest: sha256:89a10d9f558bdf888f62fbc7c03e763b17b3ee1c836644ed5dc752d1fafe9dd9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
diff --git a/upgrade_analysis/__manifest__.py b/upgrade_analysis/__manifest__.py
index 7657bf4cbf2..bdb164acd0e 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": "19.0.1.0.3",
+ "version": "19.0.1.0.4",
"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 7bcb11967f0..65e50089f39 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