[IMP] runbot: add trigger list to team

This commit is contained in:
Xavier-Do 2022-12-22 10:40:26 +01:00 committed by Christophe Monniez
parent 9ccf5a2c0e
commit 205d299c7d
2 changed files with 5 additions and 3 deletions

View File

@ -36,6 +36,7 @@ class RunbotTeam(models.Model):
)
module_ownership_ids = fields.One2many('runbot.module.ownership', 'team_id')
codeowner_ids = fields.One2many('runbot.codeowner', 'team_id')
trigger_ids = fields.Many2many('runbot.trigger', string='Followed triggers')
upgrade_exception_ids = fields.One2many('runbot.upgrade.exception', 'team_id', string='Team Upgrade Exceptions')
github_team = fields.Char('Github team', tracking=True)
github_logins = fields.Char('Github logins', help='Additional github logins, prefer adding the login on the member of the team', tracking=True)

View File

@ -39,9 +39,10 @@
<field name="codeowner_ids">
</field>
</page>
<page string="Followed triggers">
<field name="trigger_ids">
</field>
</page>
</notebook>
</sheet>
<div class="oe_chatter">