0.2.3 #97
fda-odoo
announced in
Announcements
0.2.3
#97
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
0.2.3 - 2023/12/19
Last update of 2023 ! We wish you all an happy new year !
VsCode
The rework of the client to work with the Python Extension is delayed to 0.2.4
Server
__get__
functions behaviour in its core, and the odoo implementation define all return values for all fields. It means that from now:self.name
will be displayed as an str, butMyModel.name
will be displayed as a fields.Char.This value is used to for the autocompletion, and so you won't have suggestions from fields class after using a field in a function (like
self.name.???
)Fixs
This discussion was created from the release 0.2.3.
Beta Was this translation helpful? Give feedback.
All reactions