mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[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:
parent
0c3c8a0b75
commit
966e12ee71
@ -5,7 +5,7 @@
|
||||
'version': '1.3',
|
||||
'description': "Runbot",
|
||||
'author': 'Odoo SA',
|
||||
'depends': ['website'],
|
||||
'depends': ['website', 'base_setup'],
|
||||
'external_dependencies': {
|
||||
'python': ['matplotlib'],
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user