runbot/runbot/__openerp__.py
Gery Debongnie 48bd01e6f2 [IMP] add a res_config to the runbot
it can save/get two keys: default_workers and default_running_max
2014-07-15 10:13:32 +02:00

19 lines
396 B
Python

{
'name': 'Runbot',
'category': 'Website',
'summary': 'Runbot',
'version': '1.0',
'description': "Runbot",
'author': 'OpenERP SA',
'depends': ['website'],
'external_dependencies': {
'python': ['matplotlib'],
},
'data': [
'runbot.xml',
'res_config_view.xml',
'security/ir.model.access.csv',
],
'installable': True,
}