Skip to content

Commit

Permalink
[MIG] event_registration_partner_unique: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjosesegui-tecnativa committed Jul 19, 2024
1 parent a620c29 commit 65d843d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion event_registration_partner_unique/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"name": "Unique Partner per Event",
"summary": "Enforces 1 registration per partner and event",
"version": "16.0.1.0.0",
"version": "17.0.1.0.0",
"category": "Marketing",
"website": "https://github.com/OCA/event",
"author": "Tecnativa, Odoo Community Association (OCA)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<field name="priority" eval="99" />
<field name="inherit_id" ref="event.view_event_form" />
<field name="arch" type="xml">
<xpath expr="//field[@name='auto_confirm']" position="after">
<xpath expr="//field[@name='create_partner']" position="after">
<field name="forbid_duplicates" />
</xpath>
</field>
Expand Down

0 comments on commit 65d843d

Please sign in to comment.