Daily updates from Odoo
Monday, November 18, 2019
2 changes
Resolved issues and error corrections
The time off allocation form no longer shows an outdated generated name while a manager is editing fields. This prevents confusion because the displayed name is only shown once it can be accurately calculated after saving or updating the relevant description.
Original PR description
When changing fields in Manager -> Allocation Form, the name (display_name) was recalculated only after the form was saved or only after the description was changed. TASK-ID: 2092844 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Salary confirmation emails now show the same gross wage that applicants see when they configure their package with extra days off. This avoids confusion by ensuring the emailed offer reflects holiday-related wage adjustments.
Original PR description
When an applicant takes extra days off, the gross wage is adapted on the frontend configuration page. But when the confirmation email is sent, the gross without counting the extra holidays is displayed.