Friday, November 18, 2016
6 changes · master
New functionality added to Odoo
Chat and live chat conversations now show when the other person is typing, helping users understand that a response is in progress. This makes customer and internal conversations feel more responsive and reduces uncertainty while waiting for replies.
Original PR description
task: https://www.odoo.com/web#id=28188&view_type=form&model=project.task&menu_id= pad: https://pad.odoo.com/p/r.4d7bb178b2089c1477351f910b9d2afd
Enhancements to existing features
This update standardizes wording in the accounting cancellation screens to make labels and messages clearer. It helps users see more consistent terminology across the interface, reducing confusion without changing functionality.
Helpdesk ticket cards now show the customer's name directly in the kanban view. This makes it easier for support teams to identify who each ticket relates to without opening the ticket, improving day-to-day triage.
Original PR description
In the helpdesk app, the name of the customer is not diplayed by default on the kanban view of helpdesk tickets. It should be displayed like on project issue tickets.
Resolved issues and error corrections
This fixes how an accounting bank feed field is presented and initialized, so users see the intended label and default choice. The change helps reduce confusion when configuring or using bank feed-related accounting settings.
Original PR description
**Task:** https://www.odoo.com/web#id=29229&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 **Pad:** https://pad.odoo.com/p/r.452bb474ca8b4bc3e2f0c353e773ca1f 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 …ility
This fixes an inconsistent font display in many-to-one dropdown menus in the Odoo web client. Users will see dropdown choices using the same default font as the rest of the interface, making the experience more polished and consistent.
Original PR description
Task : https://www.odoo.com/web#id=28102&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad : https://pad.odoo.com/p/r.d1732bc1a203d209daa9653d2754ebad 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 change makes automated checks for sales stock and manufacturing lead times less sensitive to tiny timing differences during test execution. It helps avoid false test failures without changing customer-facing behavior.
Original PR description
test_sale_stock_lead_time.py and test_sale_mrp_lead_time.py compare dates and expect them to be the same. Sometimes, the dates would differ by a second, because they are generated at different moments during the execution. These commits add a tolerance of 1 second when comparing the dates. (and changes from comparing Datetime strings to comparing timedeltas) -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr