runbot/runbot_merge/__manifest__.py
Xavier Morel a15ab1c481 [FIX] runbot_merge: work with admin[uid=2]
* correctly fetch the admin's uid when running remote tests
* looks like I had forgotten to add any sort of access rights, so add
  some
2018-09-03 13:16:36 +02:00

14 lines
288 B
Python

{
'name': 'merge bot',
'depends': ['contacts', 'website'],
'data': [
'security/security.xml',
'security/ir.model.access.csv',
'data/merge_cron.xml',
'views/res_partner.xml',
'views/mergebot.xml',
'views/templates.xml',
]
}