BBBinary BuddiesDevelopmentSep 20, 20265 min read0 views

Odoo 16: psycopg2.InterfaceError Cursor Already Closed

Encountering a `psycopg2.InterfaceError: Cursor already closed` in Odoo 16 during successive onchange calls? This common error arises from misusing Odoo's `@ormcache` decorator with recordsets, leading to stale database cursors.

Share this article

cursor closedinterfaceerrorodooodoo-16ormcachepostgresql

Comments