odoo-ide / pycharm-odoo

PyCharm plugin for Odoo
https://plugins.jetbrains.com/plugin/13499-odoo
Other
44 stars 5 forks source link

Improve JS module name in import completion #217

Open trinhanhngoc opened 1 year ago

trinhanhngoc commented 1 year ago

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.

trinhanhngoc commented 1 year ago

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.