This extension integrates the Odoo Language Server, that will help you in the development of your Odoo projects.
This repository contains the code that build the Zed extension for OdooLS. OdooLs itself is available here
You can provide settings to the plugin:
"lsp": {
"odoo": {
"settings": {
"Odoo": {
"selectedProfile": "my_profile"
}
}
}
}Due to the lack of features of the Zed API, following options are not available on the Zed plugin:
-
Profile selector. You can learn about the "default" profile here
You can change the selected profile in your settings though
-
Configuration view and aggregator
-
Status widget
-
Crash report view
