Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ For installation instructions and configuration details, see the [OdooLS](https:

- Manually:

Download the [latest release](https://github.com/odoo/odoo-ls-pycharm/releases) and install it manually using
Download the [latest release](https://github.com/odoo/odoo-pycharm/releases) and install it manually using
<kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd>

## Build the plugin manually
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pluginGroup = com.odoo.odools
pluginName = Odoo
pluginRepositoryUrl = https://github.com/odoo/odoo-ls-pycharm
pluginRepositoryUrl = https://github.com/odoo/odoo-pycharm
# SemVer format -> https://semver.org
pluginVersion = 1.0.3

Expand Down