mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update app_auto_back backupfile route
This commit is contained in:
@@ -140,7 +140,7 @@ class DbBackup(models.Model):
|
||||
rec.backup_details_ids.create({
|
||||
'name': bkp_file,
|
||||
'file_path': file_path,
|
||||
'url': '/download/backupfile/%s' % file_path,
|
||||
'url': '/dbbackup/download%s' % file_path,
|
||||
'db_backup_id': rec.id,
|
||||
})
|
||||
except Exception as error:
|
||||
|
||||
Reference in New Issue
Block a user