https://github.com/odoo/odoo-zed
https://github.com/odoo/odoo-zed
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/odoo/odoo-zed
- Owner: odoo
- License: other
- Created: 2025-09-10T12:42:51.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-09-10T14:57:11.000Z (4 months ago)
- Last Synced: 2025-09-10T18:42:10.028Z (4 months ago)
- Language: Rust
- Size: 28.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
- Copyright: COPYRIGHT
Awesome Lists containing this project
README
Odoo Zed Extension
Boost your Odoo code development
## About
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](https://github.com/odoo/odoo-ls)
## Settings
You can provide settings to the plugin:
```json
"lsp": {
"odoo": {
"settings": {
"Odoo": {
"selectedProfile": "my_profile"
}
}
}
}
```
## Limitations
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](https://github.com/odoo/odoo-ls/wiki/3.-Configuration-files#no-configuration-file)
You can change the selected profile in your settings though
- Configuration view and aggregator
- Status widget
- Crash report view