Skip to content

Commit

Permalink
Merge PR #777 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Dec 6, 2024
2 parents 486d00a + d34da33 commit cb57dc2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion account_payment_return/views/account_move_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
<field name="model">account.move</field>
<field name="inherit_id" ref="account.view_move_form" />
<field name="arch" type="xml">
<xpath expr="//field[@name='invoice_date_due']//.." position="after">
<xpath
expr="//group[@id='header_left_group']/field[@name='invoice_vendor_bill_id']"
position="after"
>
<field name="returned_payment" readonly="True" />
</xpath>
</field>
Expand Down

0 comments on commit cb57dc2

Please sign in to comment.