Daily updates from Odoo
Thursday, March 22, 2018
1 change
Enhancements to existing features
The service layer now ensures that user IDs received through remote calls are valid numbers before processing them. This helps prevent avoidable errors caused by incorrectly formatted user IDs and stops bad requests earlier.
Original PR description
Make sure the user id received by the RPC call is an integer Avoids errors like #23534 and crash early in case of bad value, do not propagate a uid in the wrong format