Download Latest Version OpenConstructionERP_12.2.0_x64_en-US.msi (375.0 MB)
Email in envelope

Get an email when there's a new version of OpenConstructionERP

Home / v2.9.5
Name Modified Size InfoDownloads / Week
Parent folder
SHA256SUMS.pem 2026-05-06 3.6 kB
SHA256SUMS.sig 2026-05-06 96 Bytes
SHA256SUMS 2026-05-06 109 Bytes
openconstructionerp-2.9.5-py3-none-any.whl 2026-05-06 8.8 MB
README.md 2026-05-06 730 Bytes
v2.9.5 -- fix _files document deeplink source code.tar.gz 2026-05-06 458.6 MB
v2.9.5 -- fix _files document deeplink source code.zip 2026-05-06 460.3 MB
Totals: 7 Items   927.8 MB 0

Hotfix

/files → click a PDF → "Open in PDF Takeoff" now actually opens the file in the takeoff viewer.

Before v2.9.5, the click went to /documents?id=… which since the file-manager unification is a <Navigate to="/files" replace /> that drops the query string — so the destination module never received the file id. New route is /takeoff?doc={id}&source=document&tab=measurements, and TakeoffPage now hydrates the viewer from /v1/documents/{id} plus /api/v1/documents/{id}/download/ when source=document.

Install

:::bash
pip install --upgrade openconstructionerp==2.9.5
openestimate

PyPI: https://pypi.org/project/openconstructionerp/2.9.5/ Live demo: https://openconstructionerp.com

Source: README.md, updated 2026-05-06