Daily updates from Odoo
Sunday, April 26, 2026
1 change · saas-19.3
Resolved issues and error corrections
This update fixes a bug that occurred when a restaurant order with an active Fiskaly transaction was opened on multiple devices. Previously, the system failed to properly share transaction details, leading to duplicate transaction attempts and API errors. This change ensures consistent transaction state across devices, improving the reliability of the restaurant POS system.
Original PR description
In a restaurant POS, when an order with an active Fiskaly transaction is opened on a second device, `transactionState` and `tx_revision` were not available (uiState is not persisted to the server), causing the new device to attempt creating a duplicate transaction with a stale revision, which resulted in a Fiskaly API error. opw-6147654 Forward-Port-Of: odoo/enterprise#115170 Forward-Port-Of: odoo/enterprise#114599