[IMP] runbot: add customer is me filter

As we try to assign ourselves as customer to build errors it is useful
to add a new filter to find errors on which we are the customer more
easily.
This commit is contained in:
William Braeckman 2024-10-22 09:17:17 +02:00
parent dda0170a89
commit 9a13215f51

View File

@ -193,6 +193,8 @@
<field name="fixing_commit"/>
<filter string="Assigned to me" name="my_errors" domain="[('responsible', '=', uid)]"/>
<separator/>
<filter string="Customer is me" name="my_errors_customer" domain="[('customer', '=', uid)]"/>
<separator/>
<filter string="No Parent" name="no_parent_error" domain="[('parent_id', '=', False)]"/>
<separator/>
<filter string="Undeterministic" name="random_error" domain="[('random', '=', True)]"/>