From 8304c2eed44d85f40ea6fea47b00360a76a94ed5 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Wed, 8 Jan 2025 23:24:59 +0100 Subject: [PATCH] [FIX] odoo_test_xmlrunner: set auto_install to False. - It doesn't make sense to make this module auto installable. - As the module depends only on 'base' AND introduces a new external dependency to an extra library (unittest-xml-reporting) all the instances that are cloning server-tools repo will have trouble, because it will not be possible to install this module, due to missing dependency --- odoo_test_xmlrunner/README.rst | 8 ++++---- odoo_test_xmlrunner/__manifest__.py | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/odoo_test_xmlrunner/README.rst b/odoo_test_xmlrunner/README.rst index e4bd55621..b3d696139 100644 --- a/odoo_test_xmlrunner/README.rst +++ b/odoo_test_xmlrunner/README.rst @@ -179,13 +179,13 @@ Authors Other credits ------------- -- `Smile `__: +- `Smile `__: - - Martin Deconinck martin.deconinck@smile.fr + - Martin Deconinck martin.deconinck@smile.fr -- `Akretion `__: +- `Akretion `__: - - Florian Mounier florian.mounier@akretion.com + - Florian Mounier florian.mounier@akretion.com Maintainers ----------- diff --git a/odoo_test_xmlrunner/__manifest__.py b/odoo_test_xmlrunner/__manifest__.py index 3425fb207..09358b62e 100644 --- a/odoo_test_xmlrunner/__manifest__.py +++ b/odoo_test_xmlrunner/__manifest__.py @@ -10,7 +10,6 @@ "website": "https://github.com/OCA/server-tools", "category": "Tools", "sequence": 20, - "auto_install": True, "installable": True, "application": False, "external_dependencies": {