Wednesday, October 9, 2024
4 changes · 18.0
Enhancements to existing features
Google Calendar integration credentials can now be customized more easily for specific customer setups. The authentication process also includes the customer's database identifier, helping Odoo handle calendar connections more reliably behind the scenes.
Original PR description
This commits changes the import of `_get_client_secret` which was being done directly to the function and now imports the whole class instead for making the service more overridable. Additionaly, it also adds the current customer's DB uuid in the authentication flow using it internally. task-4199388
This update makes the Microsoft Calendar connection setup easier to adapt for customer-specific needs. It also includes the customer's database identifier during Microsoft authentication, helping Odoo manage the sign-in flow more reliably behind the scenes.
Original PR description
This commits changes the import of `_get_microsoft_client_secret` which was being done directly to the function and now imports the whole class instead for making the service more overridable. Additionaly, it also adds the current customer's DB uuid in the authentication flow using it internally. task-4199388
The inventory overview layout has been tightened by reducing margins around dashboard elements. This makes the stock overview more compact, helping users see more information on screen with less scrolling.
Original PR description
Before:  After:  --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Knowledge app’s automated tour checks now run with a shorter waiting time. This speeds up internal validation without changing what users see or how the app works.
Original PR description
Just add a fixed checkDelay at 50ms to make the tour go faster. By default, checkDelay is 750ms.