Friday, April 2, 2021
3 changes · master
Enhancements to existing features
Users now see an upload progress bar when adding attachments in the chatter area. This makes file uploads clearer and more consistent with the document chatter experience.
Original PR description
Description of the issue/feature this PR addresses: - Related task: https://www.odoo.com/web?#id=1978640&model=project.task&view_type=form&menu_id=4720 - Pad: https://pad.odoo.com/p/r.f24ac27a580985e6adb87b4dfd34aa32 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 chatter now uses clearer placeholder text to help users distinguish between sending a message and writing an internal note. This reduces confusion and helps users choose the right type of communication more confidently.
Original PR description
PURPOSE In the chatter, the placeholder for messages and notes is the same which is not sufficiently clear for user to understand. SPECIFICATION Improving the placeholder for messages and notes so that user can easily understand the difference between messages and notes. LINKS Task-2250887 PR https://github.com/odoo/odoo/pull/50841 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
When a tax is deleted, related tax distribution records are now removed automatically. This prevents leftover data from accumulating and helps keep accounting records consistent.
Original PR description
When a tax is deleted, remove the `account.tax.repartition.line` linked to it as well. Fixes #60603 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