[FIX] runbot: allow portal user to see frontend

This commit is contained in:
Xavier-Do 2020-01-13 11:02:31 +01:00
parent 4e694ffefa
commit 8dcaa6669b

View File

@ -17,6 +17,10 @@
<field name="implied_ids" eval="[(4, ref('runbot.group_user'))]"/>
</record>
<record id="base.group_portal" model="res.groups">
<field name="implied_ids" eval="[(4, ref('runbot.group_user'))]"/>
</record>
<record id="group_runbot_admin" model="res.groups">
<field name="name">Manager</field>
<field name="category_id" ref="module_category"/>