Monday, August 23, 2021
4 changes · master
Enhancements to existing features
This update improves the Helpdesk coupon form by making coupon codes easier to copy. Users can copy the code directly from the field, reducing manual selection errors and saving time in day-to-day support workflows.
Original PR description
The purpose of this commit is to make generic UX improvements in helpdesk. So in this commit following changes are made: Coupon form view: - copy to clipboard widget used for 'Code' field **TaskID: 2578147** -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The accounting lock date wording has been updated so users better understand what the date affects. This reduces confusion because the previous “Invoice / Bills lock date” label suggested a narrower scope than its actual behavior.
Original PR description
The current "Invoice / Bills lock date" is doing more than just locking invoice or bills. Change the labels accordingly to avoid it being misleading.
SEPA Direct Debit payment setup now records that refunds are supported. This helps businesses handle refund capabilities more clearly and consistently in payment configuration.
Original PR description
COM: https://github.com/odoo/odoo/pull/70881 UPGRADE: https://github.com/odoo/upgrade/pull/2689 task-2527891
Spreadsheet cells now show the first digits of numbers when the full value does not fit. This makes shortened numerical values easier to understand at a glance and reduces confusion when reviewing documents.
Original PR description
[IMP] renderer: display first digits of cropped numbers
When a numerical value is cropped, its first digits are the most
relevant to display.
This commit ensures that we align the text to the left when it's length
overflows from the cell width.