mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[IMP] runbot: index logging entries per build
This commit is contained in:
parent
2ad4274157
commit
ba77916247
@ -1301,7 +1301,7 @@ class runbot_event(osv.osv):
|
||||
|
||||
TYPES = [(t, t.capitalize()) for t in 'client server runbot'.split()]
|
||||
_columns = {
|
||||
'build_id': fields.many2one('runbot.build', 'Build'),
|
||||
'build_id': fields.many2one('runbot.build', 'Build', select=True),
|
||||
'type': fields.selection(TYPES, string='Type', required=True, select=True),
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user