[FIX] bus, im_chat : set bus and im_chat in auto install to set im_odoo_support in auto install too.

This commit is contained in:
Jérome Maes 2014-09-29 16:12:01 +02:00
parent 77a0ca6864
commit 6a39a55485
2 changed files with 4 additions and 0 deletions

View File

@ -10,4 +10,6 @@
'views/bus.xml',
'security/ir.model.access.csv',
],
'installable': True,
'auto_install': True,
}

View File

@ -23,4 +23,6 @@ chat in real time. It support several chats in parallel.
'depends' : ['base', 'web', 'bus'],
'qweb': ['static/src/xml/*.xml'],
'application': True,
'installable': True,
'auto_install': True,
}