Daily updates from Odoo
Wednesday, August 21, 2024
2 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