mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
[FIX] runbot: prevent crash with invalid exception
This commit is contained in:
parent
c2e9aaf387
commit
a72be05450
@ -8,7 +8,7 @@ class UpgradeExceptions(models.Model):
|
||||
_description = 'Upgrade exception'
|
||||
|
||||
active = fields.Boolean('Active', default=True)
|
||||
elements = fields.Text('Elements')
|
||||
elements = fields.Text('Elements', required=True)
|
||||
bundle_id = fields.Many2one('runbot.bundle', index=True)
|
||||
info = fields.Text('Info')
|
||||
team_id = fields.Many2one('runbot.team', 'Assigned team', index=True)
|
||||
|
Loading…
Reference in New Issue
Block a user