mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
Small usability improvements
Replace README.md by README.rst (not finished)
This commit is contained in:
committed by
Elmeri Niemelä
parent
67d5ac030f
commit
46f901bbb0
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user