mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
[IMP] runbot: allow grouping by host. graph view by default
This commit is contained in:
parent
4a173cd34c
commit
b03eb142a9
@ -191,6 +191,7 @@
|
||||
<filter string="Status" domain="[]" context="{'group_by':'state'}"/>
|
||||
<filter string="Result" domain="[]" context="{'group_by':'result'}"/>
|
||||
<filter string="Start" domain="[]" context="{'group_by':'job_start'}"/>
|
||||
<filter string="Host" domain="[]" context="{'group_by':'host'}"/>
|
||||
<filter string="Create Date" domain="[]" context="{'group_by':'create_date'}"/>
|
||||
</group>
|
||||
</search>
|
||||
@ -201,7 +202,7 @@
|
||||
<field name="type">ir.actions.act_window</field>
|
||||
<field name="res_model">runbot.build</field>
|
||||
<field name="view_type">form</field>
|
||||
<field name="view_mode">tree,form,graph</field>
|
||||
<field name="view_mode">graph,tree,form</field>
|
||||
</record>
|
||||
<menuitem id="menu_build" action="action_build" parent="menu_runbot"/>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user