Daily updates from Odoo
Saturday, April 19, 2025
2 changes · master
Resolved issues and error corrections
The Belgian POS certification module now works correctly with the redesigned user form. This ensures the INSZ number field appears where expected, helping Belgian POS users maintain required user information without disruption.
Original PR description
The pos_blackbox_be module was broken in master because PR #190466 rewrote the UI of the users form, causing the xpath used in the view inheritance to fail. This commit updates the xpath to work with the new UI structure, ensuring that the INSZ number field displays correctly in the user form. Here's a screenshot of the result: <img width="1149" alt="Screenshot 2025-04-18 at 09 41 58" src="https://github.com/user-attachments/assets/c9ef839a-cdbc-4661-889f-ccce24288022" />
The VoIP softphone window now adjusts its height to match the user's screen size. This prevents parts of the calling interface from being cut off on smaller displays, making it easier for users to access all call controls.
Original PR description
Since the redesign of VOIP in commit 52b3065993c41c6b7c65dda586a66fdd865b3afd, the height of the softphone component wasn't responsive. This could prevent access to the entire layout if the viewport was too small. This commit adjusts the height of softphone to suit the viewport. task-4413793 | Before | After | |--------|--------| |  |  |