mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +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
18bb21ec6c
commit
344792a191
@ -69,6 +69,7 @@
|
||||
<search string="Search exceptions">
|
||||
<field name="elements"/>
|
||||
<field name="bundle_id"/>
|
||||
<filter string="Created by me" name="created_by_me" domain="[('create_uid', '=', uid)]"/>
|
||||
</search>
|
||||
</field>
|
||||
</record>
|
||||
|
Loading…
Reference in New Issue
Block a user