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

Unresolved References Issue in Odoo with VSCode #63

Closed hafizhlf closed 7 months ago

hafizhlf commented 7 months ago

Problem: I have encountered a persistent issue of unresolved references in my Odoo project when using Visual Studio Code (VSCode). This problem specifically arises when inspecting the Odoo core addons.

Steps to Reproduce:

  1. Open the Odoo project in VSCode.
  2. Navigate to the Odoo core addons specifically project addons.
  3. Observe unresolved references in the code.

Expected Behavior: I expect that all references in the Odoo core addons should be resolved without any issues, enabling smooth navigation and development within the project.

Actual Behavior: The VSCode environment is showing unresolved references, which hampers the development process and makes it challenging to navigate through the codebase effectively.

Additional Information:

Screenshots: image

trinhanhngoc commented 7 months ago

Hello @hafizhlf ,

I could not reproduce this problem. Everything is working as expected for me.

image
hafizhlf commented 7 months ago

I am closing the current issue for now. I have decided to take some time to investigate the problem further on my own.

I appreciate the assistance and support provided thus far. If I come across any new information or have additional questions, I will not hesitate to reopen the issue and reach out for help.