Fix wrong default value

pull/211/head
Alexis de Lattre 2018-04-27 21:37:17 +02:00
parent b246642a4d
commit 721bf88060
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ class Py3oPdfOptions(models.Model):
('0', 'Default'),
('1', 'Open with PDF Reader Application'),
('2', 'Open with Internet Browser'),
], string='Cross-document Links', default='default')
], string='Cross-document Links', default='0')
# SECURITY TAB
# EncryptFile (bool)
encrypt = fields.Boolean('Encrypt')