mirror of
https://github.com/odoo/runbot.git
synced 2025-03-20 18:05:46 +07:00
18 lines
365 B
Python
18 lines
365 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',
|
|
'security/ir.model.access.csv',
|
|
],
|
|
'installable': True,
|
|
}
|