diff --git a/tasks_downstream.py b/tasks_downstream.py index 352ea114..9befb697 100644 --- a/tasks_downstream.py +++ b/tasks_downstream.py @@ -145,6 +145,7 @@ def write_code_workspace_file(c, cw_path=None): cw_config["settings"].update( { "python.autoComplete.extraPaths": [f"{str(SRC_PATH)}/odoo"], + "python.analysis.extraPaths": [f"{str(SRC_PATH)}/odoo"], "python.formatting.provider": "none", "python.linting.flake8Enabled": True, "python.linting.ignorePatterns": [f"{str(SRC_PATH)}/odoo/**/*.py"],