Daily updates from Odoo
Friday, November 15, 2024
2 changes
1 change
Enhancements to existing features
When a salary offer is created, the related applicant is automatically added as a follower. This helps ensure the applicant receives email notifications for messages posted in the offer discussion, improving communication during recruitment.
Original PR description
This commit, adds a feature that automatically adds the applicant as a follower when an offer is created. This ensures that the applicant receives notifications via email whenever a message is sent in the chatter. task-4062860
1 change
Enhancements to existing features
Kitchen preparation cards now show the custom name of a floating order instead of only its tracking number. This helps staff identify orders more clearly and reduces confusion when order names have been changed.
Original PR description
Before this commit: ==================== Only the tracking number was shown on the kitchen card for floating orders. If the user changed the name of a floating order, it could create confusion if the displayed name was different. After this commit: ================== The floating order name will be displayed for floating orders, otherwise, the tracking number will be shown. task- 4274465