Desdaemon / odoo-lsp

Language server for Odoo Python/JS/XML
Other
26 stars 1 forks source link

Support for model inheritance with _inherits #31

Open evatobe opened 3 months ago

evatobe commented 3 months ago

When a modul inherits other models using _inherits, like product.product inherits from product.template, the parent fields are not available on the child model.

image

image

Desdaemon commented 3 months ago

Seems like it's not taking into account when both _inherit and _inherits are present on a class.