Skip to content

Commit

Permalink
Merge PR #423 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 Nov 10, 2024
2 parents 91f7ecc + 092c0a6 commit a83c32e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .oca/oca-port/blacklist/fs_storage.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"pull_requests": {
"OCA/storage#323": "migration PR"
}
}
7 changes: 6 additions & 1 deletion fs_storage/models/fs_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,12 @@ def _get_check_connection_method_selection(self):

@property
def _server_env_fields(self):
return {"protocol": {}, "options": {}, "directory_path": {}}
return {
"protocol": {},
"options": {},
"directory_path": {},
"eval_options_from_env": {},
}

def write(self, vals):
self.__fs = None
Expand Down

0 comments on commit a83c32e

Please sign in to comment.