Skip to content

Commit

Permalink
[FIX] website_membership_gamification: fix wizard view
Browse files Browse the repository at this point in the history
  • Loading branch information
pilarvargas-tecnativa committed Nov 26, 2024
1 parent 23a39ce commit 3598b48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<button
string="Grant a Badge"
type="object"
class="btn btn-secondary"
name="action_grant_badge_wizard"
/>
<field name="gamification_badge_ids" mode="kanban" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
<form string="Reward with">
<group>
<field name="user_id" invisible="1" />
<field name="badge_id" nolabel="1" colspan="4" />
<field name="comment" nolabel="1" colspan="4" />
<label for="badge_id" />
<field name="badge_id" class="border-bottom" nolabel="1" colspan="2" />
<label for="comment" />
<field name="comment" class="border-bottom" nolabel="1" colspan="2" />
</group>
<footer>
<button
Expand Down

0 comments on commit 3598b48

Please sign in to comment.