Skip to content

Commit

Permalink
[FIX] account_payment_order: add missing currency field on payment line
Browse files Browse the repository at this point in the history
  • Loading branch information
micheledic committed Nov 20, 2024
1 parent b61afea commit f3cc019
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions account_payment_order/views/account_payment_line.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
<field name="amount_currency" string="Amount" />
<field name="currency_id" invisible="1" />
<field name="name" optional="show" />
<field name="company_currency_id" invisible="1" />
<field
name="amount_company_currency"
sum="Total in Company Currency"
Expand Down

0 comments on commit f3cc019

Please sign in to comment.