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

Support for implied fields #79

Closed acgonzales closed 1 month ago

acgonzales commented 1 month ago

Not sure if this is already supported or there's just something wrong with my config (everything else works fine 🚀) but there should be support for the implied fields such as create_date, create_uid, etc.

image
trinhanhngoc commented 1 month ago

@acgonzales ,

The Odoo IDE extension already supports these implied fields. I think there are problems with your setup.

acgonzales commented 1 month ago

Good to know. What do you think is wrong with it? Here is how my setup goes. All other settings are default.

src/
├─ odoo_base/
├─ odoo_enterprise/
projects/
├─ project_a/
│  ├─ custom_module/__manifest__.py/
├─ project_b/
│  ├─ custom_module/__manifest__.py/
acgonzales commented 1 month ago

Closing it now as it has already been implemented but would like to know your input on the comment above.

trinhanhngoc commented 1 month ago

@acgonzales ,

How does your VSCode workspace look? Please ensure that your VSCode workspace contains all source code (Odoo source code + custom addons).