mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
Remove unicode string
This commit is contained in:
committed by
Elmeri Niemelä
parent
a88aa63739
commit
982fff840e
@@ -11,8 +11,8 @@ class Py3oTemplate(models.Model):
|
|||||||
py3o_template_data = fields.Binary("LibreOffice template")
|
py3o_template_data = fields.Binary("LibreOffice template")
|
||||||
filetype = fields.Selection(
|
filetype = fields.Selection(
|
||||||
selection=[
|
selection=[
|
||||||
('odt', u"ODF Text Document"),
|
('odt', "ODF Text Document"),
|
||||||
('ods', u"ODF Spreadsheet"),
|
('ods', "ODF Spreadsheet"),
|
||||||
],
|
],
|
||||||
string="LibreOffice Template File Type",
|
string="LibreOffice Template File Type",
|
||||||
required=True,
|
required=True,
|
||||||
|
|||||||
Reference in New Issue
Block a user