mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[FIX] runbot: host must be null instead of emptry string
This commit is contained in:
parent
6cf0b3e128
commit
17f0458d06
@ -327,7 +327,7 @@ class BuildResult(models.Model):
|
||||
'description': description,
|
||||
'orphan_result': orphan,
|
||||
'keep_host': self.keep_host,
|
||||
'host': self.host if self.keep_host else '',
|
||||
'host': self.host if self.keep_host else False,
|
||||
})
|
||||
|
||||
def result_multi(self):
|
||||
|
Loading…
Reference in New Issue
Block a user