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 23, 2024
1 parent 1f84750 commit 09158e8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions event_registration_partner_unique/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ Contributors
- Victor M.M. Torres
- Víctor Martínez
- Carolina Fernandez
- Juan José Seguí

Maintainers
-----------
Expand Down
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
2 changes: 2 additions & 0 deletions event_registration_partner_unique/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@
> - Victor M.M. Torres
> - Víctor Martínez
> - Carolina Fernandez
> - Juan José Seguí
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
<li>Victor M.M. Torres</li>
<li>Víctor Martínez</li>
<li>Carolina Fernandez</li>
<li>Juan José Seguí</li>
</ul>
</blockquote>
</li>
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 09158e8

Please sign in to comment.