fixed missing comma in model definition

This commit is contained in:
Florent AIDE
2016-10-04 14:39:22 +02:00
parent 36c546e0ec
commit 3c12e2cbe3

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",