File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.2.4 - 2023/01/10
4+
5+ ### Fixs
6+
7+ - Fix crash on get_loaded_part_tree if addon path has not been found
8+ - Fix crash on autocompletion if opened file is not found (out of workspace for example)
9+ - Allow path to Odoo community to end with a /
10+ - Fix crash when hovering Relational field declaration
11+ - Fix crash when creating a symbol that was previously missing
12+ - Fix infinite log generation on BrokenPipeError
13+
314## 0.2.3 - 2023/12/19
415
516Last update of 2023 ! We wish you all an happy new year !
Original file line number Diff line number Diff line change 11from enum import Enum
22
33EXTENSION_NAME = "Odoo"
4- EXTENSION_VERSION = "0.2.3 "
4+ EXTENSION_VERSION = "0.2.4 "
55
66#DEBUG PARAMETERS
77
Original file line number Diff line number Diff line change 22 "name" : " odoo" ,
33 "displayName" : " Odoo" ,
44 "description" : " Language Server for Odoo projects" ,
5- "version" : " 0.2.3 " ,
5+ "version" : " 0.2.4 " ,
66 "publisher" : " Odoo" ,
77 "repository" : {
88 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments