Daily updates from Odoo
Saturday, January 4, 2025
2 changes · master
Enhancements to existing features
The IoT Box setup now shows the pairing code method by default, making the connection flow easier for users to follow. The token-based method is still available, but moved behind an alternate option to reduce confusion during setup.
Original PR description
We have to methods to connect an IoT Box with an Odoo database: - using IoT Box provided pairing code, - using a token generated by the db. We chose to display the pairing code method only, to simplify for client. Old method is still available, but require clicking on "Use another method" button. Task: 4444208  
Adds a new report for recruitment-related salary offers, making it easier to see offer outcomes by job. Teams can quickly filter for expired, refused, or fully signed offers to monitor hiring progress and identify bottlenecks.
Original PR description
This PR adds a reporting graph view for all offers linked to recruitment. The report by default displays the state of all the offers grouped by job as a bar chart with the option to only show expired, refused or fully signed offers. task-3578273