From 248d23c2d00a1c16706037fb92178389e7f779ce Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Thu, 29 Nov 2018 16:53:10 +0100 Subject: [PATCH] [FIX] runbot: remove typo --- runbot/models/branch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runbot/models/branch.py b/runbot/models/branch.py index 3aeef4d6..bd5b99ac 100644 --- a/runbot/models/branch.py +++ b/runbot/models/branch.py @@ -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: