[IMP] runbot: small view improvements

This commit is contained in:
Christophe Monniez 2022-07-08 16:34:06 +02:00
parent e88f679c87
commit e1d74d8582
2 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@
</group> </group>
<notebook> <notebook>
<page string="Builds"> <page string="Builds">
<field name="build_ids" nolabel="1" widget="many2many" options="{'not_delete': True, 'no_create': True}"> <field name="build_ids" nolabel="1" widget="many2many" options="{'not_delete': True, 'no_create': True}" readonly="1">
<tree> <tree>
<field name="create_date"/> <field name="create_date"/>
<field name="host" groups="base.group_no_one"/> <field name="host" groups="base.group_no_one"/>
@ -67,7 +67,7 @@
</field> </field>
</page> </page>
<page string="Linked Errors"> <page string="Linked Errors">
<field name="child_ids" widget="many2many" options="{'not_delete': True, 'no_create': True}"> <field name="child_ids" widget="many2many" options="{'not_delete': True, 'no_create': True}" readonly="1">
<tree> <tree>
<field name="create_date"/> <field name="create_date"/>
<field name="module_name"/> <field name="module_name"/>

View File

@ -44,7 +44,7 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<tree string="Build Errors"> <tree string="Build Errors">
<button name="action_goto_build" type="object" icon="fa-external-link "/> <button name="action_goto_build" type="object" icon="fa-external-link "/>
<field name="build_id"/> <field name="dest"/>
<field name="bundle_ids" widget="many2many_tags"/> <field name="bundle_ids" widget="many2many_tags"/>
<field name="log_create_date"/> <field name="log_create_date"/>
<field name="name"/> <field name="name"/>