No description
Find a file
fda-odoo b16b4e947b 1.2.1
2026-03-19 13:11:19 +01:00
src [FIX] Fix binary names 2026-01-27 11:37:20 +01:00
.gitignore [NEW] Zed extension 2025-09-10 16:57:08 +02:00
Cargo.toml 1.2.1 2026-03-19 13:11:19 +01:00
changelog.md 1.2.1 2026-03-19 13:11:19 +01:00
changelog_archive.md 1.2.1 2026-03-19 13:11:19 +01:00
COPYRIGHT [NEW] Zed extension 2025-09-10 16:57:08 +02:00
extension.toml 1.2.1 2026-03-19 13:11:19 +01:00
LICENSE [NEW] Zed extension 2025-09-10 16:57:08 +02:00
README.md 1.0.1 2025-09-17 16:53:31 +02:00



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

Settings

You can provide settings to the plugin:

  "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

    You can change the selected profile in your settings though

  • Configuration view and aggregator

  • Status widget

  • Crash report view