Daily updates from Odoo
Friday, July 19, 2019
5 changes · master
Resolved issues and error corrections
This fix ensures field selection options open with the correct surrounding information, so users see choices that match the current form or workflow. It prevents confusing or incorrect selections when configuring domain filters in Odoo's web interface.
Original PR description
Closes #33658 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 change removes a non-essential check that was causing unnecessary error messages on IoT boxes. It helps keep logs cleaner and reduces confusion during device operation, while the check may be reintroduced later if needed.
Original PR description
The check for abstract driver classes results in some errors being logged on the iot box. Since this check is not essential at this point, it was removed and will be reintroduced later if needed. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Update Cost button now appears when users open product variants from a product template. This ensures inventory costing actions are consistently available, reducing confusion and improving workflow continuity.
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
Fixes recruitment application handling so changing a job updates the available applicant stages appropriately. It also resolves an issue that could block candidates from completing the online job application form.
Original PR description
When we change job_id on an applicant, we want that the stages above change (if there are special stage for this job). On website recruitment, a trackback prevent to complete the form to apply for a job. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update removes unnecessary slide-level rating and access token handling because ratings belong to courses, not individual slides. It also corrects how SMS message errors are detected, helping users see more accurate delivery status information.
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