mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[FIX] runbot: hide testing builds from stats views.
This commit is contained in:
parent
84d9425bdc
commit
8e53dbd0db
@ -426,7 +426,7 @@ class Runbot(Controller):
|
||||
return request.not_found()
|
||||
|
||||
builds_domain = [
|
||||
('global_result', '=', 'ok'), ('slot_ids.batch_id.bundle_id', '=', bundle_id), ('params_id.trigger_id', '=', trigger.id),
|
||||
('global_state', 'in', ('running', 'done')), ('global_result', '=', 'ok'), ('slot_ids.batch_id.bundle_id', '=', bundle_id), ('params_id.trigger_id', '=', trigger.id),
|
||||
]
|
||||
|
||||
if max_build_id:
|
||||
|
Loading…
Reference in New Issue
Block a user