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