Daily updates from Odoo
Friday, August 9, 2019
5 changes
Resolved issues and error corrections
This fixes two small issues: recently scheduled mailings can now be deleted without being blocked by a temporary scheduling window, and SMS contact handling correctly recognizes valid numbers stored in either mobile or phone fields. These changes reduce user friction when managing campaigns and improve reliability when reaching contacts by SMS.
This fixes employee creation so a name is always provided when creating an employee through the HR user flow. It helps prevent incomplete employee records and keeps HR data consistent.
Original PR description
To create an employee you have to give it a name 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
Fixed a display issue in the product matrix where products with only one attribute line could show "Not Available" as a row or line header. This makes product variant selection clearer and avoids confusing labels for users.
Original PR description
Don't show "Not Available" as Line header when there is only one attribute line on the product.template. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes an error that could occur when opening Studio on product records. Users can now customize product forms without encountering a traceback, improving reliability for manufacturing product data management.
Original PR description
task - https://www.odoo.com/web#id=2047439&action=333&active_id=1519&model=project.task&view_type=form&menu_id=4720 pad - https://pad.odoo.com/p/r.0d604bfe415fc8b74af5af3daf3f2eff While accessing studio on product.template a trace back is generated. By this commit, this issue has been solved.
The Referral app’s kanban view has been fixed for mobile devices. This improves usability for employees and recruiters viewing referral information on smaller screens.