mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
[FIX] runbot: linting
This commit is contained in:
parent
09e76e6866
commit
a8bc9b784e
@ -32,7 +32,7 @@ class Branch(models.Model):
|
|||||||
|
|
||||||
pull_head_name = fields.Char(string='PR HEAD name', readonly=True, store=True)
|
pull_head_name = fields.Char(string='PR HEAD name', readonly=True, store=True)
|
||||||
pull_head_remote_id = fields.Many2one('runbot.remote', 'Pull head repository', store=True, index=True)
|
pull_head_remote_id = fields.Many2one('runbot.remote', 'Pull head repository', store=True, index=True)
|
||||||
target_branch_name = fields.Char( string='PR target branch', store=True)
|
target_branch_name = fields.Char(string='PR target branch', store=True)
|
||||||
reviewers = fields.Char('Reviewers')
|
reviewers = fields.Char('Reviewers')
|
||||||
|
|
||||||
reflog_ids = fields.One2many('runbot.ref.log', 'branch_id')
|
reflog_ids = fields.One2many('runbot.ref.log', 'branch_id')
|
||||||
|
Loading…
Reference in New Issue
Block a user