diff --git a/runbot/models/upgrade.py b/runbot/models/upgrade.py index abefdb93..cea4fa2f 100644 --- a/runbot/models/upgrade.py +++ b/runbot/models/upgrade.py @@ -6,8 +6,9 @@ from odoo.exceptions import UserError class UpgradeExceptions(models.Model): _name = 'runbot.upgrade.exception' _description = 'Upgrade exception' + _inherit = ['mail.thread', 'mail.activity.mixin'] - active = fields.Boolean('Active', default=True) + active = fields.Boolean('Active', default=True, tracking=True) elements = fields.Text('Elements', required=True) bundle_id = fields.Many2one('runbot.bundle', index=True) info = fields.Text('Info') diff --git a/runbot/views/upgrade.xml b/runbot/views/upgrade.xml index 5013a576..6631f336 100644 --- a/runbot/views/upgrade.xml +++ b/runbot/views/upgrade.xml @@ -44,6 +44,11 @@ +
+ + + +