Changelog#

0.7 [unreleased] (2023-02-07)#

No significant changes.

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.