mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
fixed missing comma in model definition
This commit is contained in:
committed by
Elmeri Niemelä
parent
7eebf67488
commit
61172a42ef
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user