Skip to content

Commit

Permalink
[FIX] donation: fix currency widget
Browse files Browse the repository at this point in the history
  • Loading branch information
alexis-via committed Nov 25, 2024
1 parent fdd36de commit 7ef1cc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion donation/views/donation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@
name="currency_id"
groups="base.group_multi_currency"
/>
<field name="company_currency_id" invisible="1" />
<field name="currency_id" invisible="1" />
<field name="company_currency_id" invisible="1" />
<field
name="check_total"
groups="donation.group_donation_check_total"
Expand Down

0 comments on commit 7ef1cc1

Please sign in to comment.