Skip to content

Commit

Permalink
[FIX] account_payment_return: Fix line_ids display on form view
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiobstoj committed Jul 17, 2024
1 parent 171ff5c commit 72ea885
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions account_payment_return/views/payment_return_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,11 @@
<field name="move_id" readonly="True" />
</group>
</group>
<notebook colspan="4">
<notebook>
<page string="Lines">
<field
name="line_ids"
colspan="4"
nolabel="1"
widget="one2many_list"
context="{'default_date': date}"
>
<tree editable="top">
Expand Down

0 comments on commit 72ea885

Please sign in to comment.