Update __manifest__.py

This commit is contained in:
Parthiv Patel
2021-12-07 05:10:49 +00:00
parent 031bece37b
commit 88184044a8

View File

@@ -19,6 +19,6 @@
'views/res_config_settings_view.xml',
],
'post_init_hook': '_synchronize_cron',
'auto_install': True,
'auto_install': False,
'license': 'LGPL-3',
}