From 38648ad671bad90b3e9acebc03c64898931f87fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Oitab=C3=A9n=20Fern=C3=A1ndez?= <45034695+moitabenfdz@users.noreply.github.com> Date: Tue, 11 Jul 2023 15:40:43 +0200 Subject: [PATCH] [FIX] field_timepicker: Change autoinstall to False --- field_timepicker/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/field_timepicker/__manifest__.py b/field_timepicker/__manifest__.py index 338e9fdd4..a22569e1b 100644 --- a/field_timepicker/__manifest__.py +++ b/field_timepicker/__manifest__.py @@ -35,6 +35,6 @@ 'images': ['static/description/banner.png'], 'license': 'LGPL-3', 'installable': True, - 'auto_install': True, + 'auto_install': False, 'application': False, }