[FIX] runbot: add dependency on base_setup

To install properly, Runbot needs to find base.menu_config which is
defined in base_setup res_config_view.
This commit is contained in:
Christophe Monniez 2017-11-17 13:14:46 +01:00 committed by Christophe Simonis
parent 0c3c8a0b75
commit 966e12ee71

View File

@ -5,7 +5,7 @@
'version': '1.3',
'description': "Runbot",
'author': 'Odoo SA',
'depends': ['website'],
'depends': ['website', 'base_setup'],
'external_dependencies': {
'python': ['matplotlib'],
},