mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[IMP] runbot: small view improvements
This commit is contained in:
parent
e88f679c87
commit
e1d74d8582
@ -44,7 +44,7 @@
|
||||
</group>
|
||||
<notebook>
|
||||
<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>
|
||||
<field name="create_date"/>
|
||||
<field name="host" groups="base.group_no_one"/>
|
||||
@ -67,7 +67,7 @@
|
||||
</field>
|
||||
</page>
|
||||
<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>
|
||||
<field name="create_date"/>
|
||||
<field name="module_name"/>
|
||||
|
@ -44,7 +44,7 @@
|
||||
<field name="arch" type="xml">
|
||||
<tree string="Build Errors">
|
||||
<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="log_create_date"/>
|
||||
<field name="name"/>
|
||||
|
Loading…
Reference in New Issue
Block a user