mirror of
https://github.com/odoo/runbot.git
synced 2025-06-04 02:57:13 +07:00
10 lines
172 B
Python
10 lines
172 B
Python
{
|
|
'name': 'merge bot',
|
|
'depends': ['contacts'],
|
|
'data': [
|
|
'data/merge_cron.xml',
|
|
'views/res_partner.xml',
|
|
'views/mergebot.xml',
|
|
]
|
|
}
|