5
0
mirror of https://github.com/odoo/runbot.git synced 2025-03-20 01:45:49 +07:00
runbot/runbot_cla/__manifest__.py

14 lines
288 B
Python
Raw Permalink Normal View History

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