Skip to content

1.0.2

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Oct 11:03

Packaging

  • use Github Actions to build all files: OdooLS binaries, Vsix and Pycharm plugin. Removing the dependency on cross-rs to build executables.

Fixes

  • Fix starting file version number for PyCharm, that is starting at 0, while vscode is starting at 1
  • Fix crash of package creation on custom tree
  • Fix crash on Odoo > 19 that happen if werkzeug is installed and up-to-date
  • Remove panic on missing __init__.py file for custom entry creation, happening if user removed/renamed the file during the initialization of the server, and warn it instead