Skip to content

Commit

Permalink
Merge PR #774 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Dec 5, 2024
2 parents 1e3fbed + 4214fac commit a70cc32
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 a70cc32

Please sign in to comment.