Daily updates from Odoo
Navigate
Branch
Wednesday, July 18, 2018
5 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
Sale subscription order lines now use a shared way to create their default product-based names. This reduces inconsistent wording across workflows and makes future custom naming rules easier to support.
Original PR description
Link to the task: https://www.odoo.com/web?debug#id=1837987&action=333&active_id=1251&model=project.task&view_type=form&menu_id=4720
Resolved issues and error corrections
This change fixes an installation problem in the Belgian invoice payment reference module caused by an outdated group name. Businesses using Belgian invoicing can install or update the module without hitting the previous traceback error.
Original PR description
Pad:https://pad.odoo.com/p/r.d26c7da1d018764de72d25ecfdbb7717 Task:https://www.odoo.com/web#id=1865319&action=333&active_id=1278&model=project.task&view_type=form&menu_id=4720 --change the group name acc_sale -> sale TASK:1865319 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