fixed missing comma in model definition

pull/258/head
Florent AIDE 2016-10-04 14:39:22 +02:00 committed by Laurent Mignon (ACSONE)
parent 994dc716d8
commit e40e810485
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class ReportXml(models.Model):
"the template.",
default=True)
py3o_server_id = fields.Many2one(
"py3o.server"
"py3o.server",
"Fusion server")
module = fields.Char(
"Module",