mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[FIX] runbot: remove typo
This commit is contained in:
parent
922be0a594
commit
248d23c2d0
@ -41,7 +41,7 @@ class runbot_branch(models.Model):
|
||||
# label is used to disambiguate PR with same branch name
|
||||
branch.pull_head_name = pi['head']['label']
|
||||
|
||||
@api_depends('branch_name')
|
||||
@api.depends('branch_name')
|
||||
def _get_branch_url(self):
|
||||
"""compute the branch url based on branch_name"""
|
||||
for branch in self:
|
||||
|
Loading…
Reference in New Issue
Block a user