Friday, October 8, 2021
4 changes · master
Resolved issues and error corrections
Point of Sale closing now lets staff enter differences for bank payment methods and records those differences correctly in accounting. This helps businesses reconcile card and bank payments more accurately when closing a sales session.
Original PR description
Forward port of https://github.com/odoo/odoo/pull/77351 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Field Service kanban view now shows start times and dates using each user's preferred regional format. This avoids confusion for teams that use 24-hour clocks or different date formats.
Original PR description
… card Description of the issue/feature this PR addresses: In the kanban view of industry_fsm, the start time is hardcoded in 12 hours format. The start time should be based on the user's time format Current behavior before PR: The start time is displayed in 12 hours format Desired behavior after PR is merged: The start time is displayed in 12 or 24 hours format according to the user's preferences. The date is displayed according to user's preferences task-2634340
Activities created from a document's chatter now appear right away without requiring users to refresh the page. This makes follow-up tasks more visible and reduces confusion when tracking document-related work.
Original PR description
PURPOSE: when creating an activity from the chatter for a document it is not showing activity without refreshing the page. SPECIFICATIONS: Activity should be shown directly after creating it without refreshing the page. LINKS: Task-2647359
This update increases the allowed runtime for a Studio rename test that could occasionally fail during periods of heavy system load. It helps reduce false test failures, improving development and release stability without changing user-facing behavior.
Original PR description
From time to time, under heavy load, the test_rename exceed the timeout. Manual forward-port of odoo/enterprise#21393 cherry-pick of 9a15f25dca