Is there a way to prevent im_chat to be installed by default when creating an instance? This module is a pain when debugging as it does periodic connections on /longpolling/poll
I can uninstall it by hand afterwards but this is really tedious.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Is there a way to prevent im_chat to be installed by default when creating an instance? This module is a pain when debugging as it does periodic connections on /longpolling/poll
I can uninstall it by hand afterwards but this is really tedious.
tried setting active to False in __openerp__.py ?
setting auto_install to False will do the trick too. But it should not be set up to auto install imo.
There are two option by make change in __openero__.py file
1. set 'auto_install'=False
2. set 'active'= False (Warning: after setting this option you can not install this module)
'active' is a deprecated key. If you have 'active' and 'auto_install' in the same __openerp__.py, you may have headache.
'active' will have the final word. Weird for a deprecated but as it is.
Deprecated api should be inactivated systematically replaced by logs message.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up