Thursday, October 24, 2024
4 changes
2 changes
Enhancements to existing features
Indian GST reports and tax group labels now use SGST/UTGST instead of SGST. This makes the wording more accurate for businesses operating in Union Territories and improves compliance-related reporting clarity.
Original PR description
with this PR: Renamed SGST to SGST/UTGST in Tax Groups and GST Report Heading task - 4231745
Public users now see a close button on the thank-you dialog after signing a document. This makes the signing flow easier to exit and keeps the experience consistent with portal users.
Original PR description
**Before this PR:** - Previously, when portal users signed documents, they received a "Thank You" dialog that included a close button for convenience. However, public users did not have this close button in their "Thank You" dialog, potentially leading to a less intuitive experience. **After this PR:** - To enhance the user experience for public users, a close button has now been added to the "Thank You" dialog. This adjustment aligns the experience of public users with that of portal users, providing a consistent and user-friendly interface. task-4069539 --- I confirm I have signed the CLA and read the PR guidelines at [www.odoo.com/submit-pr](http://www.odoo.com/submit-pr)
2 changes
Enhancements to existing features
Technical users can now import attachments while preserving their links to related records and fields. This makes controlled attachment data migrations easier from the debug-only technical menu.
Original PR description
readonly=True on `res_model`/`res_field`/`res_id` of ir_attachment making these fields not importable. Attachment menu is only accessible in debug mode in the technical menu anyway. Then we suppose that user in attachment views understand what he does (hopefully). task-4252555
The mail search panel was cleaned up by removing an unused setting that had no effect on how it appeared or behaved. This keeps the code simpler and easier to maintain without changing the user experience.
Original PR description
Purpose of this commit: This commit removes the unused `className` prop from the SearchMessagePanel, as it was never utilized in the component's template.