Trịnh Anh Ngọc
Trịnh Anh Ngọc
Hello @weinni2000 , What version of Odoo are you working on ?
@weinni2000 , What about other standard modules (account, sale,...), are they also not recognized ?
@weinni2000 , How does your project structure look in VSCode?
@weinni2000 , Can you try editing `odoo/addons/base/__manifest__.py` to see if the problem goes away? Any changes in manifest files will trigger modules reindexing.
@weinni2000 , The indexing is activated automatically on new files and changed files. I will add an action for manually reindexing whole project if there are problems with indexing.
Hello @totalard , There is currently a Python setting (`python.analysis.diagnosticMode`) to set scope for diagnostics (open files only or workspace). However, it works only for Python files and is not...
@totalard , If you want to get all issues in a project by default, you can use the official Odoo extension instead.
Hello @NqanVo, As a workaround, you can access the action server record through the field `action_server_id` of `base.automation`.
Hello @arpi-odoo , This issue is tracked in #217. I will try to address this issue next month.
Hello @jerzyk , What version of PyCharm are you using?