Daily updates from Odoo
Wednesday, July 18, 2018
3 changes
Enhancements to existing features
Activities in the mail app now show who created them, giving users clearer context about follow-ups and assigned work. This helps teams understand where an activity came from without needing to investigate separately.
Original PR description
Before this PR (:-1: )  After this PR (:+1: )  Idea raised by @Binformed at #25584 May looks odd on demo data that are all created by the admin...
Users can now import images by placing image web links in import files instead of manually uploading each image or embedding large encoded data. This makes product catalog setup and e-commerce synchronization easier, though imports may take longer because each image is downloaded during the process.
Original PR description
Task: https://www.odoo.com/web?#id=32132&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.09dec0b13a9fb8ec34e0e49fa3984fb7 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
Activities can now be visually highlighted when they need extra attention, using warning or error-style alert backgrounds. This helps users quickly identify important actions among regular notes and tasks.
Original PR description
In some case, we want to have a different style for activity that requires more attention for the user. Indeed, in some case, the system can create an alert for the user. This commit introduces a decoration option on the activity type (note or warning). The warning will be display as an alert (yellow background). It also provides a generic alert type. Task #1860833 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