Browse Source

fixed missing comma in model definition

pull/80/head
Florent AIDE 8 years ago
parent
commit
3c12e2cbe3
  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