Daily updates from Odoo
Monday, April 30, 2018
4 changes
Enhancements to existing features
This update renames and aligns key sales order date fields so users can better understand expected, committed, and completed delivery timing. It also ties the effective date to the actual completed delivery date, improving consistency between sales orders and stock operations.
Original PR description
Task : https://www.odoo.com/web#id=34343&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad : https://pad.odoo.com/p/r.0827fde0087f4d4e0efcf754a2941ab1 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
The live chat settings were reorganized to make configuration easier for users. A clearer tooltip now explains the chat input placeholder so teams can better understand what customers will see when starting a conversation.
Original PR description
task : https://www.odoo.com/web?#id=1837812&view_type=form&model=project.task&action=327&menu_id=4720 pad : https://pad.odoo.com/p/r.0df29f2015f5cd978414ab53e2854521
Event attendees can now add confirmed event dates directly to Google Calendar or download an Outlook-compatible calendar file after registering. This makes it easier for customers to remember events and reduces missed attendance.
Original PR description
Task : https://www.odoo.com/web#id=39315&view_type=form&model=project.task&action=333&active_id=131&menu_id= Pad : https://pad.odoo.com/p/r.4dce07daab55c55cfb3c26bc312dfefc -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Inter-company sales rules were updated to match renamed order date fields in the base sales functionality. This keeps date information flowing correctly between related company orders and prevents confusion from outdated field names.
Original PR description
Task : https://www.odoo.com/web#id=34343&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad : https://pad.odoo.com/p/r.0827fde0087f4d4e0efcf754a2941ab1 commitment_date to expected_date and expected_date to requested_date hence adapting the code here. related community PR: https://github.com/odoo/odoo/pull/18325