mirror of
https://github.com/odoo/runbot.git
synced 2025-03-17 00:15:47 +07:00

* 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
9 lines
287 B
XML
9 lines
287 B
XML
<odoo>
|
|
<record model="res.groups" id="group_admin">
|
|
<field name="name">Mergebot Administrator</field>
|
|
</record>
|
|
<record model="res.groups" id="base.group_system">
|
|
<field name="implied_ids" eval="[(4, ref('runbot_merge.group_admin'))]"/>
|
|
</record>
|
|
</odoo>
|