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

Highlight patched methods

Open Desdaemon opened this issue 9 months ago • 0 comments

If a later method in the MRO chain does not call super, it's assumed to be a full override and we should denote that by crossing out overrides that come before it, like this:

(method) def _foobar() -> ... Defined in: some_module Overridden in:

  • ~~original_module~~ in addons/..

Desdaemon avatar Jul 11 '25 13:07 Desdaemon