mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[FIX] runbot: more flexible duplicate detection
This commit is contained in:
parent
c702fecda1
commit
46c8c6d635
@ -287,7 +287,7 @@ class runbot_build(models.Model):
|
||||
]
|
||||
candidates = self.search(domain)
|
||||
|
||||
nb_deps = len(repo.dependency_ids)
|
||||
nb_deps = len(build_id.dependency_ids)
|
||||
if candidates and nb_deps:
|
||||
# check that all depedencies are matching.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user