Daily updates from Odoo
Saturday, April 11, 2026
1 change · saas-18.4
Resolved issues and error corrections
This update resolves issues with the Fiskaly integration by refining retry logic and ensuring correct SCU usage. Specifically, it now only retries on critical server errors, preventing masking of important API responses. Additionally, the configuration of the cash register is now more robust, improving the connection between the local and Fiskaly systems.
Original PR description
- Retry only on server errors (5xx) instead of client errors (4xx) to avoid masking meaningful API responses with a confusing RetryError. - Reuse the existing active SCU when E_SCU_LIMIT_REACHED is returned, since Fiskaly only allows one active SCU per account. - Pass the pos.config id as metadata when creating a cash register on Fiskaly, making it easier to match Fiskaly register IDs back to their config when the local link is broken. - Hide the test mode toggle once the company is registered with Fiskaly (l10n_at_fiskaly_organization_id is set) to prevent mode changes after registration. opw-5958673 Forward-Port-Of: odoo/enterprise#113496