- Update core addon lists (#137)
- Update core addon lists (#136)
- Update core addon lists. (#127)
- Update core addon lists. (#126)
- Update core addon lists (#124)
- Add new option
additional_dependenciestoMetadataOptionswhich can be used to pass a list of additional dependencies that will be added toRequires-Distmetadata. (#117) - Update core addon lists. (#120)
- Fix for Odoo 19 manifests containing the
aptkey which is a dict[str, str]. (#105)
- Add Odoo 19 support and update core addon lists. (#102)
- Update core addon lists. (#100)
- All addons found inside upstream
odoo/addonsdirectories are also considered core; this mainly add test addons to the list. (#97)
- Drop support for Python 3.6. (#94)
- Description can now also be a README.md, a README.txt or extracted from manifest. Mimetype of the description metadata is set accordingly. (#79)
- Update core addon lists. (#92)
- Update core addon lists. (#88)
- Update core addon lists. (#74)
- Update core addon lists. (#71)
- Update core addon lists. (#67)
- Fix metadata generation for addons containing upper case letters in their name. (#63)
- Add the
categoryfield toManifest. (#57) - Document the
AddonandManifestclasses and assorted methods. (#58)
- Initial support for Odoo 17. (#56)
- Renamed
UnsupportedOdooVersionexception toUnsupportedOdooSeries.UnsupportedOdooVersionis preserved as a compatibility alias. (#50) - Add functions to convert addon names to and from distribution names and requirements
(including the Odoo version specifier):
addon_name_to_distribution_name,addon_name_to_requirementanddistribution_name_to_addon_name. (#52) - Add support for
odoo_series_overridemetadata option, as a preferred alias toodoo_version_override. (#53) - Update core addon lists. (#55)
- Remove
setuptools-odoodependency. Letmetadata_from_addon_diremit Python Package Metadata 2.1 (same format, but compatible with PyPI). (#44) - Update core addon lists. (#46)
- Add
external_dependencies_onlyoption tometadata_from_addon_dir, for situations where we are interested in the external dependencies only, because dependencies on Odoo and other addons are managed in another manner. (#42)
- Update core addon lists. (#41)
- Update core addon lists. (#40)
- Update core addon lists. (#38)
- Update core addon lists. (#33)
- Update core addon lists. (#30)
metadata_from_addon_dir: better detection of invalid addon directories. (#9)- Update core addon lists. (#21)
- New
is_addon_dirfunction. (#10)
- Add
manifestoo_core.metadata.metadata_from_addon_dirfunction to produce Python standard package metadata 2.2 from the addon manifest.
- Restore python 3.6 support. (#7)
- Document the core_addons and odoo_series modules. (#6)
- Update core addon lists. (#5)
- Drop python 3.6 support. (#2)
First release.