Trịnh Anh Ngọc

Results 132 comments of Trịnh Anh Ngọc

@gustitammam , Are other features of the Odoo IDE extension still working (code completion for method names in `compute='...'`, model names in `env['...']`,...)?

@gustitammam , What about your **Type Checking Mode** setting?

Hello @V3st1g3 , What version of PyCharm and Odoo plugin are you using?

@V3st1g3 , Your problem is strange. I just tested and could not reproduce the problem. Can you take a screenshot of the code completion for `res.users` members after typing `self.env.user.`...

@V3st1g3 , Have you tried navigating to the definitions of `env` and `user` in `self.env.user`? Where are the destinations?

@V3st1g3 , How does your project structure look? This is my project structure:

@V3st1g3 , The Odoo plugin will attach `odoo-stubs` automatically unless it cannot detect your Odoo version.

@V3st1g3 , Currently there is no manually way to tell it. If the Odoo source code directory (contains `odoo-bin`) is not the root directory in the project structure, then you...

@fhrancis , Do you run remote development (https://code.visualstudio.com/docs/remote/remote-overview)? If true, it looks like your remote environment is using an old and unsupported NodeJS runtime (v16).