Daily updates from Odoo
Sunday, May 24, 2026
1 change · saas-18.3
Resolved issues and error corrections
This update resolves a technical issue preventing proper communication with Fiskaly, a key payment processor. The system was incorrectly removing internal capital letters from cash register move types, leading to errors and preventing session closure. This fix ensures accurate data transfer to Fiskaly, maintaining seamless operations.
Original PR description
Fiskaly cash register move types must match the keywords listed in the documentation: https://developer.fiskaly.com/dsfinvk/process_types_business_transaction_types#business-transaction-types-business-cases Some values are camelCase (e.g. ZuschussEcht) and are set in the frontend as zuschussEcht. Using capitalize() removes internal capital letters, causing a mismatch with Fiskaly expectations and preventing session closing. Steps to reproduce: - Set up Fiskaly - Open a PoS session - Add an "in" cash move with category Cash Supplement - Create and validate an order - Close the session opw-6165687 Forward-Port-Of: odoo/enterprise#115438