Skip to content

Releases: Desdaemon/odoo-lsp

nightly

07 May 04:28
Compare
Choose a tag to compare
nightly Pre-release
Pre-release

nightly

03 May 04:29
Compare
Choose a tag to compare
nightly Pre-release
Pre-release

nightly

02 May 05:52
Compare
Choose a tag to compare
nightly Pre-release
Pre-release

v0.4.1

01 May 18:15
Compare
Choose a tag to compare

Full Changelog: v0.4.0...v0.4.1

nightly

01 May 04:29
Compare
Choose a tag to compare
nightly Pre-release
Pre-release

nightly

30 Apr 04:30
Compare
Choose a tag to compare
nightly Pre-release
Pre-release

nightly

28 Apr 04:26
Compare
Choose a tag to compare
nightly Pre-release
Pre-release

nightly

26 Apr 04:27
Compare
Choose a tag to compare
nightly Pre-release
Pre-release

nightly

23 Apr 04:36
Compare
Choose a tag to compare
nightly Pre-release
Pre-release

v0.4.0

20 Apr 03:17
Compare
Choose a tag to compare

Full Changelog: v0.3.1...v0.4.0

Biggest release by far! Here are some highlights from this version:

Extended VSCode extension support

Language injections, XML validations and schemas, the whole shebang! Things that are just simpler to implement in VSCode, thanks to the preexisting ecosystem providing much of the hard work required to implement these features. Expect more syntax highlighting in the future, as well as support for XPath!

image

XML arch fields

Finally, field completions within <field name="arch"> are now supported! While nested view architectures are not supported yet, this should be a much needed aid for long sessions of view editing.

image

Correct resolution of related= fields

For a long time, these fields did not have the correct model assigned to them due to a bug, which unfortunately excluded a large swath of fields from being correctly analyzed. With this fix, odoo-lsp now handles a large portion of all valid Odoo code with much greater accuracy!