Skip to content

PyVELM v1.3.2

Release date: 2026-06-10

Release after v1.3.1: bundled contacts module with res.partner


Highlights

  • Bundled contacts moduleres.partner ships in the wheel with list/form views, sidebar menu, and install hooks. Fresh databases get a partner directory without installing example addons.
  • Example partners refactor — the demo addon now _inherits the bundled model for tags, age, kanban, and workflow display fields.
  • workflow dependency — partner onboarding demo depends on contacts; the admin dashboard links to /web/views/contacts/partner.list.

Upgrade

pip install -U "pyvelm==1.3.2"
pyvelm db migrate

Regenerate typing stubs if you use make:stubs:

pyvelm make:stubs

See CHANGELOG for the full list.