runbot/runbot/__openerp__.py

18 lines
365 B
Python
Raw Normal View History

2014-05-26 06:56:21 +07:00
{
'name': 'Runbot',
'category': 'Website',
'summary': 'Runbot',
'version': '1.0',
'description': "Runbot",
'author': 'OpenERP SA',
'depends': ['website'],
'external_dependencies': {
'python': ['matplotlib'],
},
2014-05-26 06:56:21 +07:00
'data': [
'runbot.xml',
'security/ir.model.access.csv',
],
'installable': True,
}