Changelog¶
1.2.dev3+g4afd4a3c2 [unreleased] (2026-03-26)¶
No significant changes.
1.1 (2025-09-23)¶
Features¶
1.0 (2024-07-13)¶
Features¶
Add
--sortoption 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¶
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¶
0.4.2 (2022-05-13)¶
Bugfixes¶
Add
--no-transitiveand--no-include-selectedoptions to thelist-codependsso 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-codependsto print the set of addons that depend on the selected addons. (#7)Add
list-missingcommand to print the missing dependencies of the selected addons. (#22)As in Odoo, the existence of an
__init__.pyfile 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
--separatoras a global option. It belongs to commands that print lists. (#1)
0.1 (2021-05-23)¶
First release.