Wednesday, March 23, 2016
5 changes · master
Enhancements to existing features
Live Chat now clarifies that operators who show no activity in Odoo for more than 30 minutes are considered disconnected. This helps businesses set clearer expectations for operator availability and customer chat routing.
Original PR description
…r more than 30 minutes will be considered as disconnected. - Task: https://www.odoo.com/web?#id=20205&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 - Pad: https://pad.odoo.com/p/r.LYgPzmSytFxmaJeA
The CRM lead field previously labeled “Closed” is now labeled “Closed Date” to make clear it contains a date and time, not a yes/no status. This small wording change helps users better understand pipeline and lead closure information.
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 This is a datetime field, not a boolean
Demo projects now automatically follow a shared “Projects & Tasks” channel, bringing their notifications into one place. This makes sample project activity easier to discover and understand for users exploring the project app.
Original PR description
- Task : https://www.odoo.com/web?#id=22009&view_type=form&model=project.task&action=333&active_id=131 - Pad : https://pad.odoo.com/p/r.yUqRYOmjsO3G1rMZ
The website checkout delivery code was updated to use a newer internal structure and avoid unnecessary repeated lookups. This should make delivery method handling cleaner and slightly more efficient without changing the customer-facing checkout flow.
Original PR description
task: https://www.odoo.com/web#id=12048&view_type=form&model=project.task&action=327&menu_id= pad: https://pad.odoo.com/p/r.sWID4M4UazVGmZfO
The reconciliation action label is changed from “Done” to “Skip” when selecting fewer than two accounting entries. This reduces confusion because no action is actually performed in that situation.
Original PR description
When less than 2 entries are selected, no action will be performed. Therefore, the "Done" label is misleading. opw-670503