[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:
William Braeckman 2025-01-23 11:26:26 +01:00 committed by Christophe Monniez
parent 18bb21ec6c
commit 344792a191

View File

@ -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>