Skip to content

Commit

Permalink
[FIX] account_payment_order: Error in Batch Payments when deleting a …
Browse files Browse the repository at this point in the history
…Batch Content line
  • Loading branch information
antony-psc authored and wpichler committed Dec 31, 2022
1 parent f8fe052 commit 6e7bfc4
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,13 @@
string="Click on Add All Move Lines to auto-select the move lines matching the above criteria or click on Add an item to manually select the move lines filtered by the above criteria."
colspan="2"
/>
<button name="populate" type="object" string="Add All Move Lines" />
<button
name="populate"
type="object"
colspan="2"
icon="fa-plus"
string="Add All Move Lines"
/>
</group>
<group
name="move_lines"
Expand All @@ -49,6 +55,7 @@
<field
name="move_line_ids"
nolabel="1"
colspan="2"
context="{'tree_view_ref': 'account_payment_order.view_move_line_tree'}"
>
<tree>
Expand Down

0 comments on commit 6e7bfc4

Please sign in to comment.