Browse Source

Remove unicode string

pull/258/head
Laurent Mignon 8 years ago
committed by Laurent Mignon (ACSONE)
parent
commit
eac6184104
  1. 4
      report_py3o/models/py3o_template.py

4
report_py3o/models/py3o_template.py

@ -11,8 +11,8 @@ class Py3oTemplate(models.Model):
py3o_template_data = fields.Binary("LibreOffice template")
filetype = fields.Selection(
selection=[
('odt', u"ODF Text Document"),
('ods', u"ODF Spreadsheet"),
('odt', "ODF Text Document"),
('ods', "ODF Spreadsheet"),
],
string="LibreOffice Template File Type",
required=True,

Loading…
Cancel
Save