mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[FIX] account_move_line_stock_info: use full form width
This commit is contained in:
committed by
JasminSForgeFlow
parent
3c9247523a
commit
80f3fd164f
@@ -21,8 +21,13 @@
|
||||
expr="//notebook//form//field[@name='description_picking']/.."
|
||||
position="after"
|
||||
>
|
||||
<group name="account_move_lines_grp" string="Journal Items" colspan="4">
|
||||
<field name="account_move_line_ids" readonly="1" nolabel="1" />
|
||||
<group name="account_move_lines_grp" string="Journal Items">
|
||||
<field
|
||||
name="account_move_line_ids"
|
||||
readonly="1"
|
||||
nolabel="1"
|
||||
colspan="2"
|
||||
/>
|
||||
</group>
|
||||
</xpath>
|
||||
</field>
|
||||
|
||||
Reference in New Issue
Block a user