Fix wrong default value

pull/258/head
Alexis de Lattre 2018-04-27 21:37:17 +02:00 committed by Laurent Mignon (ACSONE)
parent 5c2e71839c
commit c5f72aab79
1 changed files with 1 additions and 1 deletions

View File

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