0.8.0 - Beta #337
fda-odoo
announced in
Announcements
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.8.0 - 2025/04/07 - Configuration files and XML Support (part 1)
This update introduces two new big changes in OdooLS.
First, we updated the way OdooLS is configured for a more porwerful, flexible, and IDE-independant way. Unfortunately, it implies that all your existing configurations are lost with this update. We are sorry for that, but we hope you will love way more the new system when you'll have adopted it ! Do not hesitate to give us your feedback, questions or anything you want to say about it on our github. As it is quite different, you can get lost at the first time. Do not hesitate to read our wiki about configuration files.
Secondly, the update introduces all the basic parsing for XML files. This part 1 only includes XML loading, parsing and validation against Odoo RNG file. There is features about XML files here (no hover, gotodefinition, etc...) as it will be released in part 2. This update focus on including XML and CSV files in the server cache and ensure that everything is running fine now that we have different file extensions and language. As always, we would be really happy if you can send us any error or issue you encounter with these new features.
Let's go with this update more in detail now!
Server
there is no real implementation of RelaxNG in Rust and that we included a lot of hooks and additional checks on the validation based on the python code of Odoo too (more will come in part 2).
This is actually mainly used for new Odoo changes on master, and is not dynamically supported in custom code.
VsCode
Fixs
import a.b.c
This discussion was created from the release 0.8.0 - Beta.
Beta Was this translation helpful? Give feedback.
All reactions