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 field references inside xpath #65

Closed hafizhlf closed 5 months ago

hafizhlf commented 6 months ago

Problem: The issue involves unresolved references in an inheritance view where the field 'unit_cost' within 'line_ids' is not being referenced correctly

Code Snippet:

<xpath expr="//field[@name='line_ids']/tree/field[@name='estimated_cost']" position="before">
    <field name="unit_cost" widget="monetary"/>
</xpath>

Screenshots: image

trinhanhngoc commented 6 months ago

Hello @hafizhlf ,

This is a known issue because the extension currently does not have proper support for view inheritance yet (#55).

trinhanhngoc commented 5 months ago

Hello @hafizhlf ,

This issue will be addessed in the next version. Read more: https://odoo-ide.com/blog/news-1/vscode-odoo-0-19-30.