Hello everybody,
my productive Tryton is running locally in a VENV, still at Tryton version v7.0. Basic system is ubuntu, which I recently upgraded from v24 to v26; with this came upgrades
* postgres 16 → 18
* python 3.12 → 3.14
I re-created a new VENV. As system-wide pip install is no longer supported, I installed python libraries by using apt.
Tryton is working, but when I try to import a CAMT052 bank statement, I get this error message:
Fault: conversion from NoneType to Decimal is not supported
My guess is that I’m still missing a python library, but could not find it by comparing install lists. Any hint will be appreciated.
EG