mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[IMP] runbot: add show builds the host form
This commit is contained in:
parent
45fb4f8319
commit
2421a24f78
@ -16,6 +16,15 @@
|
||||
<field name="last_success" readonly='1'/>
|
||||
<field name="assigned_only"/>
|
||||
<field name="nb_worker"/>
|
||||
<field name="build_ids" widget="many2many" options="{'not_delete': True, 'no_create_edit': True}" readonly="1">
|
||||
<tree>
|
||||
<field name="create_date"/>
|
||||
<field name="global_state"/>
|
||||
<field name="global_result"/>
|
||||
<field name="job"/>
|
||||
<field name="dest" widget="char_frontend_url"/>
|
||||
</tree>
|
||||
</field>
|
||||
<field name="last_exception" readonly='1'/>
|
||||
<field name="exception_count" readonly='1'/>
|
||||
<field name="host_message_ids" readonly='1'/>
|
||||
|
Loading…
Reference in New Issue
Block a user