diff --git a/base_exception/__manifest__.py b/base_exception/__manifest__.py
index 3c13c383785..01833709629 100644
--- a/base_exception/__manifest__.py
+++ b/base_exception/__manifest__.py
@@ -5,7 +5,7 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Exception Rule",
- "version": "15.0.1.0.2",
+ "version": "16.0.1.0.0",
"development_status": "Mature",
"category": "Generic Modules",
"summary": """
diff --git a/base_exception/views/base_exception_view.xml b/base_exception/views/base_exception_view.xml
index f3fe1c776c7..2c0a614ee4b 100644
--- a/base_exception/views/base_exception_view.xml
+++ b/base_exception/views/base_exception_view.xml
@@ -39,6 +39,7 @@
+
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 00000000000..66bc2cbae3f
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1 @@
+odoo_test_helper