runbot/runbot_cla/__manifest__.py

13 lines
263 B
Python
Raw Normal View History

{
'name': 'Runbot CLA',
'category': 'Website',
'summary': 'Runbot CLA',
'version': '2.0',
'description': "Runbot CLA",
'author': 'Odoo SA',
'depends': ['runbot'],
'data': [
'data/runbot_build_config_data.xml',
],
}