Tuesday, November 18, 2025
2 changes · saas-18.3
Enhancements to existing features
The IoT Box technical information view now turns the displayed commit hash into a clickable link to the matching GitHub commit. This makes it faster to verify the exact software version running on the device and simplifies troubleshooting.
Original PR description
To ease checking the HEAD commit on the IoT Box, we now compute the github url to the commit, and redirect to it clicking on the hash in the technical information tab. Forward-Port-Of: odoo/enterprise#99607 Forward-Port-Of: odoo/enterprise#99422
SendCloud deliveries can now determine the warehouse sender name more flexibly instead of relying on a single fixed name in Odoo. This makes it easier to match the correct sender address when setups are more complex, reducing the risk of shipping labels using the wrong warehouse identity.
Original PR description
As choosing the proper sender address in SendCloud can be more complex than matching a name to a fixed name in Odoo we open up the freedom to inherit the retrieval of the warehouse name. Info: @wt-io-it Forward-Port-Of: odoo/enterprise#97595