odoo-ide / odoo-stubs

Python Stubs for Odoo
GNU General Public License v3.0
71 stars 37 forks source link

Unresolved attribute reference 'sale_get_order' for class 'Website' #15

Closed jcfernandez-890825 closed 1 year ago

jcfernandez-890825 commented 1 year ago

odoo/addons/website_sale_delivery/controllers/main.py image

To fix this: image

trinhanhngoc commented 1 year ago

@jcfernandez-890825, Thank you for the information. I recently updated odoo-stubs for better compatibility with VSCode. However, some changes around the recordset type hint seem to cause problems with PyCharm. I will investigate this further.

trinhanhngoc commented 1 year ago

Hi @jcfernandez-890825 The new version 2023.5.5 has been released with some fixes related to type hints for recordsets.