Skip to content

Commit

Permalink
Merge PR #355 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by lmignon
  • Loading branch information
OCA-git-bot committed Mar 28, 2024
2 parents 4d82d00 + 618e037 commit 188071b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs_storage/models/fs_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ def __init__(self, env, ids=(), prefetch_ids=()):
protocol = fields.Selection(
selection="_get_protocols",
required=True,
default="odoofs",
help="The protocol used to access the content of filesystem.\n"
"This list is the one supported by the fsspec library (see "
"https://filesystem-spec.readthedocs.io/en/latest). A filesystem protocol"
Expand Down

0 comments on commit 188071b

Please sign in to comment.