mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
[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:
parent
dda0170a89
commit
9a13215f51
@ -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)]"/>
|
||||
|
Loading…
Reference in New Issue
Block a user