mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[FIX] runbot: typo in stat sql view
This commit is contained in:
parent
55ed520823
commit
ed8d194d7e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user