Skip to content

Commit

Permalink
Merge PR #442 into 15.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Feb 13, 2025
2 parents e50c224 + b9bd3f6 commit 5d44112
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions partner_event/views/res_partner_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
<field name="name">Partner Form with registrations</field>
<field name="model">res.partner</field>
<field name="inherit_id" ref="base.view_partner_form" />
<field
name="groups_id"
eval="[(4, ref('event.group_event_registration_desk'))]"
/>
<field name="arch" type="xml">
<div name="button_box" position="inside">
<button
Expand Down

0 comments on commit 5d44112

Please sign in to comment.