Thursday, August 19, 2021
5 changes · master
Resolved issues and error corrections
New certifications created quickly from eLearning are now correctly marked as certifications from the start. This prevents them from being hidden from certification selection lists, making setup smoother for course managers.
Original PR description
PURPOSE
Make sure that when users "quick create" a certification, the survey we create is set as a certification.
Otherwise it is afterward excluded from the domain and not possible to find in eLearning.
SPECIFICATION:
Current
When user quick create a certification, then it will create record in survey but not with certification
equals to True. Due to which it will be excluded from domain and we will not able to find it in survey_id in elearning.
To Be:
Pass certification equals to true and scoring_type
equals to scoring_without_answers in context of survey_id. So now,
it will be not excluded in domain('certificate', '=', True) in elearning.
Task Id: 2621296
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prThis fixes an issue where users did not receive the correct warning when required Google image search settings were missing. The change restores the proper user-facing error, helping users understand what needs to be configured before fetching product images.
Original PR description
The UserError was inadvertently removed and replaced by `google_pse_id_is_set` variable, which is a boolean. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Optional products on sales orders now display discounts according to the selected price list's discount policy. This helps sales teams present consistent pricing and avoid confusion between quoted products and optional add-ons.
Original PR description
Purpose: Display discount as per 'discount policy' of pricelist on optional product of SO. task- 2180180 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fix prevents calendar views from crashing when a user is not linked to an employee record for the selected company. It helps affected users open HR-related calendars reliably without needing technical workarounds.
Original PR description
When loading calendar views, the client tries to load 'unusual' days, linked to the employee of the current user. But it does not check that the current user is linked to an employee for that company. Task ID: 2628736
This fixes how default scheduled action trigger times are stored by removing milliseconds. It helps avoid tiny timing differences that can cause inconsistent scheduling behavior or unnecessary changes in system records.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr