Skip to content

1. How to configure

Florian Daloze edited this page Sep 2, 2025 · 1 revision

Installation

On VsCode, install it from the microsoft marketplace (https://marketplace.visualstudio.com/items?itemName=Odoo.odoo) On VsCodium, install from open-vsx: https://open-vsx.org/extension/Odoo/odoo

Setup your extension

By default, OdooLS will detect your Odoo folder if you open it. If you open other addon folders as other root folders of your workspace, they will be added to the project too. However, if you need more specific setup, please check the configuration page of OdooLS: https://github.com/odoo/odoo-ls/wiki/3.-Configuration-files

The configuration file allow you to create and edit Profiles. You can change the currently selected Profile by clicking on the button in the bottom left of your vscode:

help_1

On the dropdown that will be displayed, you can choose the configuration you want to use on the actual workspace

help_2

Use it

To use the extension, write your code ! The different features will activate by themselves when needed. See Features

Clone this wiki locally