We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db0a9fc commit 928defcCopy full SHA for 928defc
server/tests/setup/setup.rs
@@ -50,6 +50,7 @@ pub fn setup_server(with_odoo: bool) -> (SyncOdoo, ConfigEntry) {
50
51
let mut config = ConfigEntry::new();
52
config.addons_paths = vec![test_addons_path.sanitize()].into_iter().collect();
53
+ server.get_file_mgr().borrow_mut().add_workspace_folder(S!("test_addons_path"), test_addons_path.sanitize());
54
config.odoo_path = community_path.map(|x| PathBuf::from(x).sanitize());
55
let Some(python_cmd) = get_python_command() else {
56
panic!("Python not found")
0 commit comments