Wednesday, June 11, 2025
1 change · saas-18.3
Resolved issues and error corrections
This fix ensures Belgian POS blackbox data remains available for proper synchronization after being sent. It also cleans up ticket numbers by removing an unnecessary leading zero, improving consistency in fiscal records.
Original PR description
- Remove useless leading zero char inside blackbox order's ticket_number. - When pushing data to blackbox we now use `keepCommands` set to true. When we serialize data in order to send it for the blackbox we won't apply the returned ORM commands, so we want to keep the data `dirty` so the next serializatin still return the commands for the ORM to execute in order to have a correct synchronization. community PR: https://github.com/odoo/odoo/pull/213361 task-id: 4848882