From d6e8149dad45eab5fabaf3a1b3b4780c108138ce Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 24 Jan 2025 17:17:10 +0100 Subject: [PATCH] [UPD] auto_install to False --- odoo_test_xmlrunner/README.rst | 2 +- odoo_test_xmlrunner/__manifest__.py | 1 - odoo_test_xmlrunner/readme/INSTALL.md | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/odoo_test_xmlrunner/README.rst b/odoo_test_xmlrunner/README.rst index c8d5c9881e5..761553d1548 100644 --- a/odoo_test_xmlrunner/README.rst +++ b/odoo_test_xmlrunner/README.rst @@ -40,7 +40,7 @@ Installation Install python library https://pypi.org/project/unittest-xml-reporting/ -The module is automatically installed on the Odoo instance. +Activate the module from module list. Usage ===== diff --git a/odoo_test_xmlrunner/__manifest__.py b/odoo_test_xmlrunner/__manifest__.py index 21e67c9a0e7..9ed90298eba 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": { diff --git a/odoo_test_xmlrunner/readme/INSTALL.md b/odoo_test_xmlrunner/readme/INSTALL.md index 8079d04b1d7..d1adadad26e 100644 --- a/odoo_test_xmlrunner/readme/INSTALL.md +++ b/odoo_test_xmlrunner/readme/INSTALL.md @@ -1,3 +1,3 @@ Install python library https://pypi.org/project/unittest-xml-reporting/ -The module is automatically installed on the Odoo instance. \ No newline at end of file +Activate the module from module list. \ No newline at end of file