report_py3o_fusion_server: Update README.rst

Fix string
This commit is contained in:
Alexis de Lattre
2018-04-25 10:13:55 +02:00
parent 1f05beb7e7
commit c88fceb952
2 changed files with 19 additions and 18 deletions

View File

@@ -71,7 +71,7 @@ class Py3oPdfOptions(models.Model):
initial_view = fields.Selection([
('0', 'Page Only'),
('1', 'Bookmarks and Page'),
('2', 'Thumnails and Page'),
('2', 'Thumbnails and Page'),
], string='Panes', default='0')
# InitialPage (int)
initial_page = fields.Integer(string='Initial Page', default=1)