odoo-ls icon indicating copy to clipboard operation
odoo-ls copied to clipboard

GoToDef not supported on `inverse_name`

Open andg-odoo opened this issue 3 months ago • 0 comments

Post OXP feature/bug request (Not 1.0 blocking):

Your setup Version: main branch via cargo install --git Operating System: Ubuntu 24.04 IDE and/or Integration tool (for example: Vscode - official extension): neovim lsp

Describe the bug On field definitions, comodel_name, related, compute, and many other parameters are supported and properly handle hover or hinting. This is missing on inverse_name for One2Many.

To Reproduce Try to gotodef on inverse_name or look at hover.

Expected behavior GoToDef should be able to handle it as we already are able to pull the model.

andg-odoo avatar Sep 16 '25 08:09 andg-odoo