Daily updates from Odoo
Wednesday, October 9, 2024
6 changes
1 change
Enhancements to existing features
Upsell order pages now show discount information even when the discount is negative. This gives customers clearer, more consistent pricing details and improves related customer-facing notes.
Original PR description
**Before this PR:** Previously, in the upsell order portal view, if the discount was less than 0, the discount field was hidden. This led to confusion as users could not see the applied discounts. **After this PR:** This improvement enables the discount field to be visible for upsell orders even if the discount is negative. The change ensures that users have clearer information because all discounts, positive or negative, are displayed consistently. task-4033128 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
4 changes
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.
1 change
Enhancements to existing features
This update reflects the official 2022 name change of the Republic of Turkey to the Republic of Türkiye. The change updates the country name across Turkish localization modules and their descriptions in the Odoo system to maintain accuracy and compliance with the country's official designation.
Original PR description
In 2022, Republic of Turkey officially renamed itself to Republic of Türkiye. So, its name needed to be changed in its Odoo modules. Moreover, updated Turkish modules descriptions according to this excalidraw: https://link.excalidraw.com/readonly/rbesZEAkXUS8rVgXplgm?darkMode=true task-4182931 Forward-Port-Of: odoo/enterprise#70304