Desdaemon / odoo-lsp

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

Support for fields in Python #3

Closed Desdaemon closed 1 year ago

Desdaemon commented 1 year ago

Completions/references/definitions for fields in Python (already done in XML)

class Foo(models.Model):
    def fun(self):
        self.env['foo.bar'].|

Two approaches:

Desdaemon commented 1 year ago

Third approach: Mypy