runbot/runbot_cla/__manifest__.py
2021-07-27 16:11:49 +02:00

14 lines
288 B
Python

{
'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',
}