[FIX] runbot: typo in stat sql view

This commit is contained in:
Christophe Monniez 2020-03-23 13:47:19 +01:00
parent 55ed520823
commit ed8d194d7e

View File

@ -56,7 +56,7 @@ class RunbotBuildStatSql(models.Model):
build_config_id = fields.Many2one("runbot.build.config", string="Config", readonly=True)
build_name = fields.Char(String="Build name", readonly=True)
build_parent_path = fields.Char('Build Parent path')
host = fields.Char(string="Host", readonly=True)
build_host = fields.Char(string="Host", readonly=True)
branch_id = fields.Many2one("runbot.branch", string="Branch", readonly=True)
branch_name = fields.Char(string="Branch name", readonly=True)
branch_sticky = fields.Boolean(string="Sticky", readonly=True)