Only use direct rendering as a fallback if no py3o server is defined

--HG--
branch : odoo8
This commit is contained in:
Jérémie Gavrel
2016-03-09 17:50:37 +01:00
parent ab49206f72
commit 1826aa2c45
2 changed files with 13 additions and 11 deletions

View File

@@ -19,6 +19,7 @@ class py3o_template(osv.Model):
('ods', u"ODF Spreadsheet"),
],
u"LibreOffice Template File Type",
required=True,
),
}