[16.0][FIX] auditlog: many2many field fill full colspan

pull/2965/head
Miika Nissi 2024-06-11 13:43:37 -04:00
parent 87fecf43b3
commit 5c5cbe0369
No known key found for this signature in database
GPG Key ID: B20DC9FCFAF92E7F
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>