The Plugin will be made available in the JetBrains Plugin Repository
Alternatively you can install it as a local file
- Download odoo_plugin.jar
- In PyCharm in File > Settings > Plugin select the gear icon.
- Select install plugin from disk and choose the downloaded odoo_plugin.jar
- git clone https://github.com/wt-io-it/odoo-pycharm-plugin.git into a directory
- Open a new project by selecting File > New > Project from Version Control > Git
- Enter
https://github.com/wt-io-it/odoo-pycharm-plugin.git
into the Field URL - Start coding
By contributing you agree that this plugin is also published in the JetBrains Plugin Repository under the terms of the JetBrains Plugin Marketplace Developer Agreement
To build the plugin perform the following steps
- checkout the version you want to build
- run
./gradlew buildPlugin
Development versions are marked with -SNAPSHOT
- Build the plugin as descriped above
- In PyCharm / IntelliJ open File > Settings
- Select Plugins
- Select the gear icon above the plugin list and select "Install Plugin from Disk ..."
- Select the plugin jar file from build/libs directory and click "OK"
- Click the "Restart IDE" button to apply the new version of the plugin:
- test plugin with
./gradlew test
- test plugin manually by installing it
- review changelog
- change -SNAPSHOT version to non snapshot version and perform release commit
- verify the plugin with
./gradlew verifyPlugin && ./gradlew runPluginVerifier
- submit plugin to jetbrains review process with
./gradlew publishPlugin
- tag commit as version with
vN.N.N
- push commit and tag
- prepare version numbers for next version and commit
- push commit