pycharm-odoo
pycharm-odoo copied to clipboard
Improve JS module name in import completion
https://user-images.githubusercontent.com/11208291/202080628-4ddd6435-7630-4db6-b1a4-4ac79c3fa7e8.mov
Module name in the import completion should follow Odoo framework like @web/views/kanban/kanban_view
.
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.