mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[IMP] runbot: add activities on runbot build errors
This commit is contained in:
parent
86616ba88e
commit
45fb4f8319
@ -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)
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user