Thursday, March 21, 2024
4 changes
2 changes
Enhancements to existing features
The webshop demo data now includes a Wood option under product colors, shown with a wood image instead of a plain color. This makes the demo more visually appealing and highlights that color-style product choices can use images, with new Acoustic Bloc Screens examples in White and Wood.
Original PR description
This commit introduces 'Wood' as a new attribute value in the Color attribute (display type = color) for the demo data. Unlike traditional colors, 'Wood' is represented by an image (wood.png), enhancing the demo's visual appeal and showcasing the image upload feature for color displays. The commit also includes two new variants for the 'Acoustic Bloc Screens' product: one in 'White' and another in 'Wood'. This addition demonstrates the flexibility and capability of our attribute system in a more dynamic demo setting. task-3581924 See odoo/odoo#153112
The Referrals app onboarding text can now be translated for users in different languages. This helps companies provide a more localized and accessible onboarding experience for international teams.
Original PR description
This PR makes the Referrals onboarding translatable
2 changes
Enhancements to existing features
The HR module now allows managers to edit the duration of approved leave allocations without having to cancel and revalidate them. This streamlines the process for adjusting employee leave balances, saving time and reducing administrative overhead when allocation corrections are needed.
Original PR description
This commit introduces an improvement in the hr_holidays module by making the duration field of leave allocations editable even after they have been approved. This change addresses a limitation where previously, allocations had to be refused and revalidated for any adjustments. Task-3716272 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update makes previously untranslatable terms in the Point of Sale app available for translation by our global translator community on Transifex. By exposing these missing terms in the translation files, customers using Odoo in different languages will now see consistent and complete translations throughout the Point of Sale interface.
Original PR description
In the Point of Sale app, some terms were not translatable by our translators on Transifex. In this commit we make sure that the missing terms are either made translatable or exported in the related .pot file. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr