8 lines
338 B
XML
8 lines
338 B
XML
<odoo noupdate="1">
|
|
<record id="group_global_search" model="res.groups">
|
|
<field name="name">Show Global Search Configuration</field>
|
|
<field name="implied_ids" eval="[(4, ref('base.group_user'))]" />
|
|
<field name="comment">This user will be able to Show Global Search Configuration</field>
|
|
</record>
|
|
</odoo>
|