Browse Source

fixed missing comma in model definition

pull/258/head
Florent AIDE 8 years ago
committed by Laurent Mignon (ACSONE)
parent
commit
e40e810485
  1. 2
      report_py3o/models/ir_report.py

2
report_py3o/models/ir_report.py

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

Loading…
Cancel
Save