fixed missing comma in model definition

This commit is contained in:
Florent AIDE
2016-10-04 14:39:22 +02:00
committed by Elmeri Niemelä
parent 7eebf67488
commit 61172a42ef

View File

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