[IMP] runbot: add activities on runbot build errors

This commit is contained in:
Christophe Monniez 2023-06-01 09:33:12 +02:00 committed by xdo
parent 86616ba88e
commit 45fb4f8319
2 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class BuildError(models.Model):
_name = "runbot.build.error"
_description = "Build error"
_inherit = "mail.thread"
_inherit = ['mail.thread', 'mail.activity.mixin']
_rec_name = "id"
content = fields.Text('Error message', required=True)

View File

@ -94,6 +94,7 @@
<div class="oe_chatter">
<field name="message_follower_ids" widget="mail_followers"/>
<field name="message_ids" widget="mail_thread"/>
<field name="activity_ids" widget="mail_activity"/>
</div>
</form>
</field>