Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/|
Expand Down
10 changes: 5 additions & 5 deletions fs_storage_ms_drive/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down Expand Up @@ -68,7 +68,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues <https://github.com/OCA/storage/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 <https://github.com/OCA/storage/issues/new?body=module:%20fs_storage_ms_drive%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`feedback <https://github.com/OCA/storage/issues/new?body=module:%20fs_storage_ms_drive%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Expand Down Expand Up @@ -114,6 +114,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-lmignon|

This module is part of the `OCA/storage <https://github.com/OCA/storage/tree/18.0/fs_storage_ms_drive>`_ project on GitHub.
This module is part of the `OCA/storage <https://github.com/OCA/storage/tree/19.0/fs_storage_ms_drive>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
3 changes: 1 addition & 2 deletions fs_storage_ms_drive/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading