mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[IMP] runbot: add trigger list to team
This commit is contained in:
parent
9ccf5a2c0e
commit
205d299c7d
@ -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)
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user