[16.0][FIX] auditlog: many2many field fill full colspan
parent
87fecf43b3
commit
5c5cbe0369
|
@ -14,7 +14,7 @@
|
||||||
<field name="http_session_id" />
|
<field name="http_session_id" />
|
||||||
</group>
|
</group>
|
||||||
<group string="Logs">
|
<group string="Logs">
|
||||||
<field name="log_ids" nolabel="1" />
|
<field name="log_ids" nolabel="1" colspan="2" />
|
||||||
</group>
|
</group>
|
||||||
</sheet>
|
</sheet>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<field name="name" />
|
<field name="name" />
|
||||||
</group>
|
</group>
|
||||||
<group string="HTTP Requests">
|
<group string="HTTP Requests">
|
||||||
<field name="http_request_ids" nolabel="1" />
|
<field name="http_request_ids" nolabel="1" colspan="2" />
|
||||||
</group>
|
</group>
|
||||||
</sheet>
|
</sheet>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in New Issue