mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[IMP] runbot: add possibility to search fingerprints
This commit is contained in:
parent
a9fdf1c3c7
commit
128b94e910
@ -309,6 +309,7 @@
|
||||
<field name="module_name"/>
|
||||
<field name="function"/>
|
||||
<field name="version_ids"/>
|
||||
<field name="fingerprint"/>
|
||||
<filter name="group_error" string="By error" context="{'group_by':'error_id'}"/>
|
||||
<filter string="Undeterministic" name="random_error" domain="[('random', '=', True)]"/>
|
||||
<filter string="Deterministic" name="random_error" domain="[('random', '=', False)]"/>
|
||||
|
Loading…
Reference in New Issue
Block a user