Skip to content

Commit

Permalink
[FIX] account_reconcile: Show currencies and allow to show residual a…
Browse files Browse the repository at this point in the history
…mount in currency in moves list
  • Loading branch information
etobella committed Aug 26, 2023
1 parent 4cd21ab commit a60ab9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions account_reconcile_oca/views/account_move_line.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
<field name="date" />
<field name="move_id" />
<field name="partner_id" />
<field name="company_currency_id" invisible="1" />
<field name="currency_id" invisible="1" />
<field name="name" />
<field name="amount_residual_currency" optional="hide" />
<field name="amount_residual" />
<button
type="object"
Expand Down

0 comments on commit a60ab9d

Please sign in to comment.