Changelog

1.2.dev3+g4afd4a3c2 [unreleased] (2026-03-26)

No significant changes.

1.1 (2025-09-23)

Features

  • Upgrade typer dependency. (#69)

  • Provide an info-level message (-v) with additional information about failing addons path detection. It is useful to diagnose situations where import odoo fails. (#73)

  • Fix addons path auto detection with Odoo 19. (#80)

1.0 (2024-07-13)

Features

  • Add --sort option on list, list-depends and list-codepends. (#62)

Bugfixes

  • Don’t crash if odoo.addons.__path__ is a _NamespacePath. (#68)

0.7 (2023-02-07)

Features

  • Add --select-found flag to select all addons available to the detected Odoo isntallation. (#17)

  • Add --exclude-core-addons option. (#53)

0.6 (2022-12-11)

Features

  • Add -i/–interactive option to the tree command, to display an interactive tree. (#161)

Deprecations and Removals

  • Drop Python 3.6 support. (#161)

0.5 (2022-09-24)

Misc

  • Relax the typer dependency version constraint. (#30)

  • Part of manifestoo has been extracted to manifestoo-core, which will evolve into a lightweight library to reason about Odoo addons manifests. (#32)

0.4.2 (2022-05-13)

Bugfixes

  • Add --no-transitive and --no-include-selected options to the list-codepends so the default values can be switched off. (#28)

0.4.1 (2022-05-12)

  • Packaging tweaks, no feature change.

  • Add development workflow documentation page.

0.4.0 (2022-05-12)

Features

  • Add list-codepends to print the set of addons that depend on the selected addons. (#7)

  • Add list-missing command to print the missing dependencies of the selected addons. (#22)

  • As in Odoo, the existence of an __init__.py file is now asserted to determine valid addons path. (#25)

  • Update Odoo core addon lists. (#26)

0.3.1 (2021-11-11)

Bugfixes

  • Fix core Odoo addons path discovery for Odoo < 13.0. (#18)

Features

  • Update base addons list

0.3 (2021-10-06)

Features

  • Add support for Odoo 15, and update Odoo base addons lists. (#15)

Improved Documentation

  • Document addons selection and search path options. (#3)

0.2 (2021-05-25)

Deprecations and Removals

  • Deprecate --separator as a global option. It belongs to commands that print lists. (#1)

0.1 (2021-05-23)

First release.