An open API service indexing awesome lists of open source software.

https://github.com/odoo/odoo-zed


https://github.com/odoo/odoo-zed

Last synced: 4 months ago
JSON representation

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