Yenthe666/auto_backup

Property should be a boolean

wickeddoc87 opened this issue · 0 comments

'name': "Database auto-backup",
'version': '17.0.0.1',

folder = fields.Char('Backup Directory', help='Absolute path for storing the backups', required='True',
default='/odoo/backups')

Should it not be?

folder = fields.Char('Backup Directory', help='Absolute path for storing the backups', required=True,
default='/odoo/backups')