mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 07:55:45 +07:00
[IMP] runbot: replace fixing_commit by test_tags errors tree
This commit is contained in:
parent
baea2e73be
commit
3d428428eb
@ -99,7 +99,7 @@
|
||||
<field name="last_seen_date" string="Last Seen"/>
|
||||
<field name="build_count"/>
|
||||
<field name="responsible"/>
|
||||
<field name="fixing_commit"/>
|
||||
<field name="test_tags"/>
|
||||
</tree>
|
||||
</field>
|
||||
</record>
|
||||
@ -122,6 +122,8 @@
|
||||
<filter string="Not Fixed" name="not_fixed_errors" domain="[('active', '=', True)]"/>
|
||||
<separator/>
|
||||
<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>
|
||||
</field>
|
||||
</record>
|
||||
|
Loading…
Reference in New Issue
Block a user