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, }