From c4efae5c3730b59ce3178f4d15417d504434eeb5 Mon Sep 17 00:00:00 2001 From: Ivan Office Date: Thu, 16 Jan 2025 16:04:39 +0800 Subject: [PATCH] =?UTF-8?q?prepare=20#IBI9NX=20app=5Fauto=5Fbackup?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BB=8E=E5=A4=87=E4=BB=BD=E4=B8=AD=E8=BF=98?= =?UTF-8?q?=E5=8E=9F=E7=9A=84=E5=8A=9F=E8=83=BD=20=E7=BD=AE=E9=A1=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app_auto_backup/__manifest__.py | 36 ++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/app_auto_backup/__manifest__.py b/app_auto_backup/__manifest__.py index 1027a231..de69feae 100644 --- a/app_auto_backup/__manifest__.py +++ b/app_auto_backup/__manifest__.py @@ -5,12 +5,22 @@ # 'website': "https://www.odooai.cn", { - 'name': "Database auto backup and Download,数据库自动备份", - 'version': '16.24.10.09', - - 'summary': 'Automated and odoo database backups. easy download and manage database file. optimized from auto_backup of oca Yenthe Van Ginneken', - - 'description': """ + 'name': "Database auto backup,database restore Download manager,数据库自动备份", + 'version': '16.0.25.01.16', + 'author': 'odooai.cn', + 'category': 'Extra tools', + 'website': 'https://www.odooai.cn', + 'live_test_url': 'https://demo.odooapp.cn', + 'license': 'OPL-1', + 'sequence': 20, + 'price': 38.00, + 'currency': 'EUR', + 'images': ['static/description/banner.png'], + 'summary': ''' + Automated odoo db backups.odoo db restore. Odoo data easy download and manage database file. + optimized from auto_backup of oca + ''', + 'description': ''' 1. Easy schedule database backup 2. Set remote backup and cron schedule 3. Manual backup database in one click @@ -30,16 +40,7 @@ 2) Search the action 'Backup scheduler'. 3) Set it active and choose how often you wish to take backups. 4) If you want to write backups to a remote location you should fill in the SFTP details. - """, - - 'author': 'odooai.cn', - 'website': "http://www.odooai.cn", - 'category': 'Extra tools', - 'installable': True, - 'license': 'LGPL-3', - 'price': 38.00, - 'currency': 'EUR', - + ''', # any module necessary for this one to work correctly 'depends': [ 'base', @@ -57,4 +58,7 @@ 'data/backup_data.xml', 'views/db_backup_details.xml', ], + 'installable': True, + 'application': True, + 'auto_install': False, }