Tuesday, February 9, 2021
2 changes · master
Resolved issues and error corrections
When sending an SMS to a contact, users can now start typing their message immediately if the phone number is valid. This prevents accidental edits to the phone number and makes SMS sending smoother.
Original PR description
Description of the issue/feature this PR addresses: - As a user wanting to send SMS Text Message to a contact, I Edit the record and input a phone number Save Click on the SMS widget Expect to be able to write the message already - Instead, the focus is put on the phone number field again. This means that if I start typing, I'll actually "corrupt" the phone number, need to discard my change, and then click in the body to finally start typing my SMS Text Message. Desired behavior after PR is merged: - When the SMS composer opens, the focus will be put on the body field if the phone number is valid. Task: https://www.odoo.com/web#id=2394488&action=4043&model=project.task&view_type=form&cids=2&menu_id=4720 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change separates calculations for editable stored fields in Helpdesk, Appraisal Surveys, and Event Track Social. It helps ensure related values are updated correctly when records are created or edited, reducing the chance of inconsistent information in day-to-day workflows.
Original PR description
Purpose ======= Some computed stored editable fields are computed in the same method. In that case, when one of the value is provided in a create / write call, the computed method is not called and other fields computed in the same method do not have the right value. Task 2377119