[FIX] account_move_line_stock_info: use full form width

This commit is contained in:
Lois Rilo
2023-11-23 13:46:04 +01:00
committed by JasminSForgeFlow
parent 3c9247523a
commit 80f3fd164f

View File

@@ -21,8 +21,13 @@
expr="//notebook//form//field[@name='description_picking']/.." expr="//notebook//form//field[@name='description_picking']/.."
position="after" position="after"
> >
<group name="account_move_lines_grp" string="Journal Items" colspan="4"> <group name="account_move_lines_grp" string="Journal Items">
<field name="account_move_line_ids" readonly="1" nolabel="1" /> <field
name="account_move_line_ids"
readonly="1"
nolabel="1"
colspan="2"
/>
</group> </group>
</xpath> </xpath>
</field> </field>