From fd1c61816d7dfaf522da06342a625a8f8bd24ac6 Mon Sep 17 00:00:00 2001 From: Souheil Bejaoui Date: Wed, 11 Mar 2026 13:56:41 +0100 Subject: [PATCH 1/2] [MIG] fs_storage_ms_drive: migration to 19.0 --- .pre-commit-config.yaml | 1 - fs_storage_ms_drive/README.rst | 10 +++++----- fs_storage_ms_drive/__manifest__.py | 3 +-- requirements.txt | 2 ++ 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9571e312cc..2ad3f53cad 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,6 @@ exclude: | ^fs_folder_ms_drive/| ^fs_folder_webdav/| ^fs_image/| - ^fs_storage_ms_drive/| ^image_tag/| ^microsoft_drive_account/| ^storage_backend/| diff --git a/fs_storage_ms_drive/README.rst b/fs_storage_ms_drive/README.rst index e72ea5c020..ed7d892ef1 100644 --- a/fs_storage_ms_drive/README.rst +++ b/fs_storage_ms_drive/README.rst @@ -21,13 +21,13 @@ Filesystem Storage For Microsoft Drives :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstorage-lightgray.png?logo=github - :target: https://github.com/OCA/storage/tree/18.0/fs_storage_ms_drive + :target: https://github.com/OCA/storage/tree/19.0/fs_storage_ms_drive :alt: OCA/storage .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/storage-18-0/storage-18-0-fs_storage_ms_drive + :target: https://translation.odoo-community.org/projects/storage-19-0/storage-19-0-fs_storage_ms_drive :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/storage&target_branch=18.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/storage&target_branch=19.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -68,7 +68,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -114,6 +114,6 @@ Current `maintainer `__: |maintainer-lmignon| -This module is part of the `OCA/storage `_ project on GitHub. +This module is part of the `OCA/storage `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/fs_storage_ms_drive/__manifest__.py b/fs_storage_ms_drive/__manifest__.py index e280c1e94e..e07b442b6b 100644 --- a/fs_storage_ms_drive/__manifest__.py +++ b/fs_storage_ms_drive/__manifest__.py @@ -4,13 +4,12 @@ { "name": "Filesystem Storage For Microsoft Drives", "summary": "Add the microsoft drives (OneDrive, Sharepoint) as a storage backend", - "version": "18.0.1.0.0", + "version": "19.0.1.0.0", "category": "FS Storage", "website": "https://github.com/OCA/storage", "author": " ACSONE SA/NV, Odoo Community Association (OCA)", "license": "LGPL-3", "development_status": "Beta", - "installable": False, "depends": [ "microsoft_drive_account", "fs_storage", diff --git a/requirements.txt b/requirements.txt index 081b1db7b2..78efc31050 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,7 @@ # generated from manifests external_dependencies fsspec>=2024.5.0 +fsspec>=2025.0.0 fsspec>=2025.3.0 fsspec[s3] +msgraphfs python_slugify From 0c1d0599117f0bf69b49bdeb8b75962791391159 Mon Sep 17 00:00:00 2001 From: Souheil Bejaoui Date: Wed, 11 Mar 2026 13:58:29 +0100 Subject: [PATCH 2/2] [DON'T MERGE] add test requirements --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index e63f876677..b796d737e1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,3 +2,4 @@ odoo_test_helper requests_mock vcrpy-unittest s3fs>=2025.3.0 +odoo-addon-microsoft_drive_account@git+https://github.com/OCA/storage.git@refs/pull/561/head#subdirectory=microsoft_drive_account