Small usability improvements

Replace README.md by README.rst (not finished)
This commit is contained in:
Alexis de Lattre
2016-10-04 22:30:16 +02:00
committed by Elmeri Niemelä
parent 67d5ac030f
commit 46f901bbb0
10 changed files with 130 additions and 57 deletions

View File

@@ -8,7 +8,7 @@ class Py3oTemplate(models.Model):
_name = 'py3o.template'
name = fields.Char(required=True)
py3o_template_data = fields.Binary("LibreOffice template")
py3o_template_data = fields.Binary("LibreOffice Template")
filetype = fields.Selection(
selection=[
('odt', "ODF Text Document"),