Skip to content

Commit

Permalink
Merge branch '12.0-fix-provelo_custom-duplicate_xml_id' into 12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huguesdk committed May 10, 2022
2 parents 0381256 + e6d049c commit 32315ae
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions provelo_custom/views/hr_contract_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@
<record model="ir.ui.menu" id="hr_contract.hr_menu_contract">
<field
name="groups_id"
eval="[(3, ref('hr_contract.group_hr_contract_manager'))]"
eval="[
(3, ref('hr_contract.group_hr_contract_manager')),
(4, ref('group_hr_contract_manager'))
]"
/>
</record>

<record model="ir.ui.menu" id="hr_contract.hr_menu_contract">
<field name="groups_id" eval="[(4, ref('group_hr_contract_manager'))]" />
</record>
</odoo>

0 comments on commit 32315ae

Please sign in to comment.