odoo-lsp
odoo-lsp copied to clipboard
Wrong loading order on opening
When a file is already opened (especially in Helix), it is considered "out of bounds" and is indexed immediately. Somehow this is wrong if the file is part of a larger module, and inherited models will not have its base detected, causing incomplete results.
If an __init__.py file is opened instead and initialization completes, there are no issues.