mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[IMP] runbot: add created by me on exceptions
Exceptions and their followups are managed by their managers, this will prevent having to create a custom filter to get our own exceptions.
This commit is contained in:
parent
c9c31f843c
commit
23bb16176a
@ -69,6 +69,7 @@
|
|||||||
<search string="Search exceptions">
|
<search string="Search exceptions">
|
||||||
<field name="elements"/>
|
<field name="elements"/>
|
||||||
<field name="bundle_id"/>
|
<field name="bundle_id"/>
|
||||||
|
<filter string="Created by me" name="created_by_me" domain="[('create_uid', '=', uid)]"/>
|
||||||
</search>
|
</search>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
Loading…
Reference in New Issue
Block a user