Skip to content

Commit

Permalink
[FIX] account_payment_order: Add colspan=2 to a correct visualization
Browse files Browse the repository at this point in the history
  • Loading branch information
victoralmau committed Sep 22, 2023
1 parent 1e5d146 commit e95d794
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@
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"
string="Add All Move Lines"
colspan="2"
/>
</group>
<group
name="move_lines"
Expand All @@ -51,6 +56,7 @@
nolabel="1"
force_save="1"
context="{'tree_view_ref': 'account_payment_order.view_move_line_tree', 'form_view_ref':'account_payment_order.view_move_line_form_no_edit'}"
colspan="2"
>
<tree>
<field name="date" />
Expand Down

0 comments on commit e95d794

Please sign in to comment.