vscode-odoo icon indicating copy to clipboard operation
vscode-odoo copied to clipboard

more addons path..

Open LeonardoReyC opened this issue 1 year ago • 2 comments

After installation only base modules are detected... How can I add enterprise modules or personal modules? Thx in advance...

LeonardoReyC avatar May 04 '24 18:05 LeonardoReyC

Hello @LeonardoReyC ,

Make sure you added both the odoo source code and your custom addons to your VSCode workspace. Odoo IDE will try to recognize them automatically. If it cannot, you can manually add the Odoo source code and custom addons paths using the python.analysis.extraPaths setting.

image

trinhanhngoc avatar May 05 '24 03:05 trinhanhngoc

@LeonardoReyC This is my setup. You can create setting.json in vscode and add python.analysis.extraPaths

image

Ngquang avatar May 07 '24 07:05 Ngquang