FROM odoo:19.0

# xeno_attendance module needs pymssql to reach the HRSystem SQL Server
# (biometric attendance + app/GPS punches). Baked into the image so it
# survives a container recreate, not just a restart.
RUN pip install --no-cache-dir --break-system-packages pymssql==2.3.13
