Skip to content

PyVELM v1.4.4

Release date: 2026-06-12

Release after 1.4.3: List import / export


Highlights

  • List import / export — upload, map columns, Test (dry-run with per-row errors), Import with partial success and failed-row Excel download.
  • Import templates — column picker, drag-reorder, optional pre-fill from list data; Many2one resolution by ID, name, or code.
  • Floating dialogs — fixed header/footer, scrollable body, resize handle, and full-screen toggle.
  • Dialog footer fix — sticky in-form action bars so HTMX submits (e.g. import Test) stay in the dialog.

Upgrade

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

Regenerate typing stubs if you use make:stubs:

pyvelm make:stubs

See CHANGELOG for the full list.