diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 9571e312cc..85350b2878 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -4,7 +4,6 @@ exclude: |
^fs_file/|
^fs_folder/|
^fs_folder_demo/|
- ^fs_folder_ms_drive/|
^fs_folder_webdav/|
^fs_image/|
^fs_storage_ms_drive/|
diff --git a/fs_folder_ms_drive/README.rst b/fs_folder_ms_drive/README.rst
index ce40e0bb04..01cc5f1a80 100644
--- a/fs_folder_ms_drive/README.rst
+++ b/fs_folder_ms_drive/README.rst
@@ -21,13 +21,13 @@ Fs Folder Msgraph
: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_folder_ms_drive
+ :target: https://github.com/OCA/storage/tree/19.0/fs_folder_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_folder_ms_drive
+ :target: https://translation.odoo-community.org/projects/storage-19-0/storage-19-0-fs_folder_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|
@@ -61,7 +61,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.
@@ -107,6 +107,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_folder_ms_drive/__manifest__.py b/fs_folder_ms_drive/__manifest__.py
index aac564881f..e8d7c75e00 100644
--- a/fs_folder_ms_drive/__manifest__.py
+++ b/fs_folder_ms_drive/__manifest__.py
@@ -5,7 +5,7 @@
"name": "Fs Folder Msgraph",
"summary": """Display and manage your files from Microsoft drives from within
Odoo""",
- "version": "18.0.1.0.0",
+ "version": "19.0.1.0.0",
"license": "LGPL-3",
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/storage",
@@ -16,8 +16,6 @@
"web.assets_backend": [
"fs_folder_ms_drive/static/src/**/*",
],
- 'installable': False,
-},
+ },
"maintainers": ["lmignon"],
- 'installable': False,
}
diff --git a/fs_folder_ms_drive/controllers/fs_controller.py b/fs_folder_ms_drive/controllers/fs_controller.py
index 9e259e85f5..4b38a95eee 100644
--- a/fs_folder_ms_drive/controllers/fs_controller.py
+++ b/fs_folder_ms_drive/controllers/fs_controller.py
@@ -8,7 +8,7 @@
class FsController(http.Controller):
@http.route(
"/fs_folder_ms_drive/get_ms_drive_url///",
- type="json",
+ type="jsonrpc",
auth="user",
methods=["POST"],
)
@@ -22,7 +22,7 @@ def get_ms_drive_url(self, res_id, res_model, field_name, path=None):
@http.route(
"/fs_folder_ms_drive/get_ms_drive_download_url///",
- type="json",
+ type="jsonrpc",
auth="user",
methods=["POST"],
)
@@ -36,7 +36,7 @@ def get_ms_drive_download_url(self, res_id, res_model, field_name, path=None):
@http.route(
"/fs_folder_ms_drive/get_ms_drive_preview_url///",
- type="json",
+ type="jsonrpc",
auth="user",
methods=["POST"],
)
@@ -50,7 +50,7 @@ def get_ms_drive_preview_url(self, res_id, res_model, field_name, path=None):
@http.route(
"/fs_folder_ms_drive/is_ms_drive///",
- type="json",
+ type="jsonrpc",
auth="user",
methods=["POST"],
)
diff --git a/fs_folder_ms_drive/static/description/index.html b/fs_folder_ms_drive/static/description/index.html
index d1b563e596..562ba47c89 100644
--- a/fs_folder_ms_drive/static/description/index.html
+++ b/fs_folder_ms_drive/static/description/index.html
@@ -374,7 +374,7 @@ Fs Folder Msgraph
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:02d58557bc81f6c929e4a6cda93337eb1cab4a69150544a559cc7763213fede6
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-

+

This addon extends the functionality of the fs_folder addon by
integrating with specific functionnalities to improve the user
experience when working folders stored into a Microsoft Drive.
@@ -410,7 +410,7 @@
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.
diff --git a/test-requirements.txt b/test-requirements.txt
index e63f876677..4952329d7d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,3 +2,5 @@ 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
+odoo-addon-fs_folder@git+https://github.com/OCA/storage.git@refs/pull/562/head#subdirectory=fs_folder