Fs Folder Msgraph

fs_folder_ms_drive
REPOSITORY
REPOSITORYOCA/storage
GIT
GIThttps://github.com/OCA/storage.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/storage/tree/19.0/fs_folder_ms_drive
VERSION
VERSION 2.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSStéphane Bidoul, Laurent Mignon (ACSONE)
WEBSITE
WEBSITEhttps://github.com/OCA/storage
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:49
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-env:
    - server_environment
OCA/storage:
    - fs_folder
    - fs_storage
    - fs_storage_ms_drive
    - microsoft_drive_account
odoo/odoo:
    - base
    - base_sparse_field
    - microsoft_account
    - base_setup
    - web
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES fsspec>=2024.5.0
fsspec>=2025.0.0
msgraphfs
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
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.

Code Analysis

Views touched (0)

No views found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (5)
  • get_ms_drive_download_url(self, res_id, res_model, field_name, path=None)
    @api.model
    Get the MS Drive download URL for a given record and field.
  • get_ms_drive_preview_url(self, res_id, res_model, field_name, path=None)
    @api.model
    Get the MS Drive preview URL for a given record and field.
  • get_ms_drive_url(self, res_id, res_model, field_name, path=None)
    @api.model
    Get the MS Drive URL for a given record and field.
  • get_root_fs_and_path(self, res_id, res_model, field_name)
    Get the root filesystem and path to for a given record and field.
  • is_ms_drive(self, res_id, res_model, field_name)
    @api.model
    Check if the field is a Microsoft Drive field.
REPOSITORY
REPOSITORYOCA/storage
GIT
GIThttps://github.com/OCA/storage.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/storage/tree/18.0/fs_folder_ms_drive
VERSION
VERSION 2.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSLaurent Mignon (ACSONE), Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/storage
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-env:
    - server_environment
OCA/storage:
    - fs_folder
    - fs_storage
    - fs_storage_ms_drive
    - microsoft_drive_account
odoo/odoo:
    - base
    - base_sparse_field
    - microsoft_account
    - base_setup
    - web
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES fsspec>=2024.5.0
fsspec>=2025.0.0
msgraphfs
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
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.

Code Analysis

Views touched (0)

No views found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (5)
  • get_ms_drive_download_url(self, res_id, res_model, field_name, path=None)
    @api.model
    Get the MS Drive download URL for a given record and field.
  • get_ms_drive_preview_url(self, res_id, res_model, field_name, path=None)
    @api.model
    Get the MS Drive preview URL for a given record and field.
  • get_ms_drive_url(self, res_id, res_model, field_name, path=None)
    @api.model
    Get the MS Drive URL for a given record and field.
  • get_root_fs_and_path(self, res_id, res_model, field_name)
    Get the root filesystem and path to for a given record and field.
  • is_ms_drive(self, res_id, res_model, field_name)
    @api.model
    Check if the field is a Microsoft Drive field.