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
Laurent Mignon (ACSONE)
parent
0686c3c671
commit
d5ce2246a9
@@ -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