Skip to content

Commit

Permalink
[MIG] event_registration_cancel_reason: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lmarion-source committed Aug 7, 2024
1 parent 3796661 commit 5e303a6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<field
name="cancel_reason_id"
class="oe_inline"
options="{'no_open':True'}"
options="{'no_open':True}"
attrs="{'invisible':[('cancel_reason_id','=',False)]}"
/>
</xpath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@
<field name="model">event.registration.cancel.log.reason</field>
<field name="arch" type="xml">
<form name="">
<field name="event_type_id" invisible="1" />
<label
for="reason_id"
string="Select the reason for cancelling the registration:"
/>
<field name="reason_id" />
<group name="registration_cancel">
<group name="cancel_reason">
<field name="event_type_id" invisible="1" />
<label
for="reason_id"
string="Select the reason for cancelling the registration:"
/>
<field name="reason_id" nolabel="1" />
</group>
</group>
<footer>
<button
name="button_log"
Expand Down

0 comments on commit 5e303a6

Please sign in to comment.