pycharm-odoo icon indicating copy to clipboard operation
pycharm-odoo copied to clipboard

Improve code completion and navigation for field inheritance locator

Open trinhanhngoc opened this issue 2 years ago • 0 comments

https://www.odoo.com/documentation/15.0/developer/reference/backend/views.html#inheritance-specs

image

-> Code completion should also suggest field tag.

image

-> Code completion should also suggest name attribute.

image

-> Code completion should suggest only existing fields in the inherited view.

image

-> Field reference should be resolved to the correct location (model awareness). https://github.com/odoo-ide/pycharm-odoo/issues/242

trinhanhngoc avatar Nov 30 '22 04:11 trinhanhngoc