[FIX] quality_control_oca add colspan attribute to show the inline tree view of the fields correctly

This commit is contained in:
Ugaitz Olaizola
2024-04-09 12:39:04 +02:00
committed by Antoni Marroig Campomar
parent 4a3cdb804f
commit 7b06265fdd
2 changed files with 2 additions and 1 deletions

View File

@@ -14,7 +14,7 @@
<page name="inventory" position="inside">
<t groups="quality_control_oca.group_quality_control_user">
<group name="qc" string="Quality control">
<field name="qc_triggers" nolabel="1">
<field name="qc_triggers" nolabel="1" colspan="2">
<tree editable="bottom">
<field
name="trigger"

View File

@@ -93,6 +93,7 @@
<field
name="ql_values"
nolabel="1"
colspan="2"
attrs="{'required': [('type','=','qualitative')]}"
>
<tree editable="bottom">