diff --git a/auto_database_backup/__manifest__.py b/auto_database_backup/__manifest__.py index ff9c7a4b3..17e9f3ab4 100755 --- a/auto_database_backup/__manifest__.py +++ b/auto_database_backup/__manifest__.py @@ -28,7 +28,7 @@ 'summary': 'Odoo Database Backup, Automatic Backup, Database Backup, Automatic Backup,Database auto-backup, odoo backup' 'google drive, dropbox, nextcloud, amazon S3, onedrive or ' 'remote server, Odoo18, Backup, Database, Odoo Apps', - 'description': 'Odoo Database Backup, Database Backup, Automatic Backup, automatic database backup, odoo18, odoo apps,backup, automatic backup,odoo18 automatic database backup,backup google drive,backup dropbox, backup nextcloud, backup amazon S3, backup onedrive', + 'description': 'Odoo Database Backup, Database Backup, Automatic Backup, automatic database backup, odoo18, odoo apps,backup, automatic backup,odoo17 automatic database backup,backup google drive,backup dropbox, backup nextcloud, backup amazon S3, backup onedrive', 'author': "Cybrosys Techno Solutions", 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', diff --git a/auto_database_backup/doc/RELEASE_NOTES.md b/auto_database_backup/doc/RELEASE_NOTES.md index 8186bc13d..b47cba69f 100755 --- a/auto_database_backup/doc/RELEASE_NOTES.md +++ b/auto_database_backup/doc/RELEASE_NOTES.md @@ -1,7 +1,7 @@ ## Module -#### 26.08.2024 +#### 30.09.2024 #### Version 18.0.1.0.0 #### ADD -- Initial commit for auto_database_backup +- Initial commit for Automatic Database Backup To Local Server, Remote Server, Google Drive, Dropbox, Onedrive, Nextcloud and Amazon S3 Odoo18. diff --git a/auto_database_backup/static/description/assets/screenshots/onedrive4.png b/auto_database_backup/static/description/assets/screenshots/onedrive4.png new file mode 100644 index 000000000..9fd4519d6 Binary files /dev/null and b/auto_database_backup/static/description/assets/screenshots/onedrive4.png differ diff --git a/auto_database_backup/static/description/index.html b/auto_database_backup/static/description/index.html index 4de49c74f..330190e2d 100755 --- a/auto_database_backup/static/description/index.html +++ b/auto_database_backup/static/description/index.html @@ -594,7 +594,7 @@

- You'll need to create a new Google API project and enabling the Google Drive API, Go to the Google API Console and log into your account. While creating the project, for the Redirect URI restrictions, copy your Odoo database URI followed by /google_drive/authentication. Example: + You'll need to create a new Google API project from Google Cloud console and enabling the Google Drive API, Go to the Google API Console and log into your account. While creating the project, for the Redirect URI restrictions, copy your Odoo database URI followed by /google_drive/authentication. Example:

@@ -722,7 +722,7 @@

- To get the app key and secret key go to the App Console. Create a new app + To get the app key and secret key go to the App Console . Create a new app

@@ -822,7 +822,7 @@

- Select Backup Destination as OneDrive. Enter the App key and App secret. you'll need to register a new app in the Microsoft Azure portal. While registering the app for the Redirect URI restrictions, copy your Odoo database URI followed by /onedrive/authentication. Example: + Select Backup Destination as OneDrive. Enter the App key and App secret. you'll need to register a new app in the Microsoft Azure portal. While registering the app for the Redirect URI restrictions, copy your Odoo database URI followed by /onedrive/authentication. Example:

@@ -857,6 +857,22 @@ style="min-height: 1px;">
+
+

+ Add Scope in the Expose an API page. +

+
+ +
+
+ +
+
+

Get OneDrive folder ID, where need to store the backup files. diff --git a/auto_database_backup/wizard/dropbox_auth_code.py b/auto_database_backup/wizard/dropbox_auth_code.py index 94d129292..791be92cf 100755 --- a/auto_database_backup/wizard/dropbox_auth_code.py +++ b/auto_database_backup/wizard/dropbox_auth_code.py @@ -19,7 +19,6 @@ # If not, see . # ############################################################################### -from werkzeug import urls from odoo import api, fields, models, _ GOOGLE_AUTH_ENDPOINT = 'https://accounts.google.com/o/oauth2/auth'