Skip to content

Commit

Permalink
[IMP] account_reconcile_oca: adds reference field on reconcile form view
Browse files Browse the repository at this point in the history
Updated label for payment_ref field
  • Loading branch information
ByteMeAsap committed Nov 19, 2024
1 parent e11c081 commit 414c070
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions account_reconcile_oca/views/account_bank_statement_line.xml
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,11 @@
</group>
</page>
<page name="narration" string="Narration">
<field name="payment_ref" />
<field name="narration" />
<group>
<field name="ref" />
<field name="payment_ref" string="Payment Ref" />
<field name="narration" />
</group>
</page>
<page name="chatter" string="Chatter">
<field name="move_id" widget="account_reconcile_oca_chatter" />
Expand Down

0 comments on commit 414c070

Please sign in to comment.