mirror of
https://github.com/odoo/runbot.git
synced 2025-03-25 04:15:53 +07:00

remove useless status in runbot add author and committer email clean up repo form view add runbot cla module
11 lines
210 B
Python
11 lines
210 B
Python
{
|
|
'name': 'Runbot CLA',
|
|
'category': 'Website',
|
|
'summary': 'Runbot CLA',
|
|
'version': '1.1',
|
|
'description': "Runbot CLA",
|
|
'author': 'Odoo SA',
|
|
'depends': ['runbot'],
|
|
'data': [ ],
|
|
}
|