[IMP] runbot: replace fixing_commit by test_tags errors tree

This commit is contained in:
Christophe Monniez 2020-01-09 13:58:02 +01:00 committed by XavierDo
parent baea2e73be
commit 3d428428eb

View File

@ -99,7 +99,7 @@
<field name="last_seen_date" string="Last Seen"/> <field name="last_seen_date" string="Last Seen"/>
<field name="build_count"/> <field name="build_count"/>
<field name="responsible"/> <field name="responsible"/>
<field name="fixing_commit"/> <field name="test_tags"/>
</tree> </tree>
</field> </field>
</record> </record>
@ -122,6 +122,8 @@
<filter string="Not Fixed" name="not_fixed_errors" domain="[('active', '=', True)]"/> <filter string="Not Fixed" name="not_fixed_errors" domain="[('active', '=', True)]"/>
<separator/> <separator/>
<filter string="Not Assigned" name="not_assigned_errors" domain="[('responsible', '=', False)]"/> <filter string="Not Assigned" name="not_assigned_errors" domain="[('responsible', '=', False)]"/>
<separator/>
<filter string="Test Tags" name="test_tagged_errors" domain="[('test_tags', '!=', False)]"/>
</search> </search>
</field> </field>
</record> </record>