mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
#I9QR3B app_auto_backup增加从界面下载删除备份库的功能 V17.0
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
{
|
||||
'name': "Database auto backup,数据库自动备份",
|
||||
'version': '24.03.27',
|
||||
'version': '24.05.22',
|
||||
|
||||
'summary': 'Automated backups, optimized from auto_backup of Yenthe Van Ginneken',
|
||||
|
||||
@@ -31,7 +31,8 @@
|
||||
|
||||
# any module necessary for this one to work correctly
|
||||
'depends': [
|
||||
'base'
|
||||
'base',
|
||||
'app_odoo_customize'
|
||||
],
|
||||
'external_dependencies': {
|
||||
'python': ['paramiko'],
|
||||
@@ -43,5 +44,6 @@
|
||||
'security/ir.model.access.csv',
|
||||
'views/backup_view.xml',
|
||||
'data/backup_data.xml',
|
||||
'views/db_backup_details.xml',
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user