mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
14 lines
288 B
Python
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',
|
|
}
|