Skip to content

Commit f32a5d6

Browse files
committed
[FIX] Fixed the issue of One2many field not expanding to the full form width by default
1 parent a158332 commit f32a5d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edi_voxel_oca/views/res_company_view.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
name="voxel_logins"
2323
attrs="{'invisible': [('voxel_enabled', '=', False)]}"
2424
>
25-
<field name="voxel_login_ids" nolabel="1">
25+
<field name="voxel_login_ids" nolabel="1" colspan="2">
2626
<tree editable="bottom">
2727
<field name="name" />
2828
<field name="url" />

0 commit comments

Comments
 (0)