- Add
--sort
option on list, list-depends and list-codepends. (#62)
- Don't crash if
odoo.addons.__path__
is a _NamespacePath. (#68)
- Add
--select-found
flag to select all addons available to the detected Odoo isntallation. (#17) - Add
--exclude-core-addons
option. (#53)
- Add -i/--interactive option to the tree command, to display an interactive tree. (#161)
- Drop Python 3.6 support. (#161)
- 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)
- Add
--no-transitive
and--no-include-selected
options to thelist-codepends
so the default values can be switched off. (#28)
- Packaging tweaks, no feature change.
- Add development workflow documentation page.
- 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)
- Fix core Odoo addons path discovery for Odoo < 13.0. (#18)
- Update base addons list
- Add support for Odoo 15, and update Odoo base addons lists. (#15)
- Document addons selection and search path options. (#3)
- Deprecate
--separator
as a global option. It belongs to commands that print lists. (#1)
First release.