Daily updates from Odoo
Wednesday, August 21, 2024
4 changes · master
Enhancements to existing features
The WhatsApp Point of Sale receipt screen has been redesigned to make sending receipts by email or phone clearer and easier for cashiers. This improves the checkout experience with a more polished, user-friendly layout.
Original PR description
### Before <img width="859" alt="Screenshot 2024-08-21 at 10 24 50 AM" src="https://github.com/user-attachments/assets/3441b646-f032-4075-8583-b5b1c500cd9d"> ### After <img width="859" alt="Screenshot 2024-08-21 at 9 50 29 AM" src="https://github.com/user-attachments/assets/12025f2c-5f06-4e49-829d-02c5fddc9624">
HR teams can now manage appraisal templates as reusable records and select them in company settings, departments, and appraisal forms. This makes appraisal setup more consistent, easier to maintain, and ready to use with default templates included.
Original PR description
This PR introduces improvements to the HR appraisal template functionality. - Addition of the hr_appraisal_template model. - Inclusion of default appraisal templates in the data. - Replacement of templates with Many2one fields in the app settings and department, linking to the new model. - Addition of Many2one fields in the appraisal form view. - Provision of access rights for the new model. task-3895915
Resolved issues and error corrections
Products created or updated from the Barcode Lookup service now use the first returned image as the main product image and show the remaining images in the online shop. This helps shoppers see more complete product visuals and reduces missing or incomplete product presentation.
Original PR description
This commit ensure the first image get from Barcode Lookup API is defined as the product image and all the next ones are displayed on the web shop.
Features or functions removed from Odoo
This update removes hardcoded banner or onboarding elements across consolidation, reporting, signing, and website sales dashboard areas. It helps keep the user experience cleaner and easier to maintain without changing core business workflows.