Remove unicode string

pull/695/head
Laurent Mignon 2016-10-04 09:50:16 +02:00 committed by Alexis de Lattre
parent 65ac7cc796
commit 9f9125ea99
1 changed files with 2 additions and 2 deletions

View File

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