Monday, December 2, 2019
5 changes · master
Enhancements to existing features
The accounting account form has been adjusted to make it easier for users to work with account information. This should reduce friction during day-to-day accounting setup and maintenance without changing core accounting behavior.
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
Users composing an SMS can now send the message to their own phone number. This makes the SMS composer behave as expected when someone intentionally includes themselves as a recipient, while leaving general notification safeguards unchanged.
Original PR description
After this commit: the author of an sms can send it to himself
The live chat demo now includes more realistic sample conversations spread across several months, with different operators and customer ratings. This gives evaluators and demo users a clearer view of how live chat activity and feedback can look in practice.
Mail notifications now use Odoo’s standard action links instead of manually built links. This helps inbox users open related records inside Odoo correctly, rather than having those links treated like external web pages.
Original PR description
Note that this also add data-oe-model and data-oe-id in XML. This allow us to avoid to load these links as external URL when a user receive it in inbox instead of external mail client. See file addons/mail/static/src/js/thread_widget.js -> _onClickRedirect Task ID: 1895451 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This pull request appears to update the Survey area, but no detailed file or commit information was provided. The change likely brings minor improvements or maintenance that support the survey experience without indicating a major business impact.