odoo-ide / vscode-odoo

Visual Studio Code extension for Odoo
https://marketplace.visualstudio.com/items?itemName=trinhanhngoc.vscode-odoo
39 stars 2 forks source link

VS Code cannot find models in XML file (e.g. Could not find model 'ir.ui.view') #67

Closed cimbaIG closed 3 months ago

cimbaIG commented 5 months ago

Hi Trinh! First of all I must say I really appreciate your commitment to this project.

Everything works fine for me except XML files. There models cannot be found. For instance VS Code throws problem which states: Could not find model 'ir.ui.view'. Why is this happening?

Best regards!

trinhanhngoc commented 5 months ago

Hello @cimbaIG ,

ir.ui.view is a built-in model defined in the Odoo source code. Please make sure that you have also added the Odoo source source code to your VSCode workspace.