Trịnh Anh Ngọc

Results 62 comments of Trịnh Anh Ngọc

@jcfernandez-890825 , I think there are two main problems here: ### 1. Missing abstract methods in abstract model class That source code might need to be fixed. For example: ```python...

Hello @theandryx , The latest Odoo plugin version (2024.2.2) is already compatible with PyCharm 2024.1 EAP.

Have you tried installing the plugin from the PyCharm Settings? Here is my PyCharm 2024.1 RC:

@theandryx There is no problem here. Installing the Odoo plugin on the host (the host is your server, the client is your mac) is enough to get the plugin working...

Hi @ohplz I'm not sure what the problem is here. Can you provide more information?

1. `pydevd-odoo` is an extension of `pydevd` (https://github.com/fabioz/PyDev.Debugger) so any error can come from `pydevd` itself. 2. What is `data` in your context? Does the error also occur with other...

What version of PyCharm are you using? I just tested on my machine (Odoo 14, PyCharm Pro 2022.2 with/without pydevd-odoo) and got no errors at all.

Hi @jcfernandez-890825 , I am rewriting all stub files with fully typed annotations including those you mentioned above.

In Odoo 17, after enabling `jsconfig.json` as described in https://github.com/odoo/odoo/tree/master/addons/web/tooling, we get the expected result.