Monday, March 25, 2024
5 changes · master
Enhancements to existing features
The email template actions have been repositioned so users can more clearly save or load templates while composing messages. The update also makes the related autocomplete behavior safer, reducing the chance of interface issues in edge cases.
Original PR description
Align the "Save Template" button on the right. Align the "Load Template" action on the left of the "Save Template" button Remove the icon on the "Save Template" button. Guard the autocompleteContainerRef.el since the autocompleteContainerRef cannot be guaranteed not null. task-3646066 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update reorganizes how refund line information is stored in the Point of Sale app, keeping it closer to the order where it is used. This simplifies the underlying system structure and reduces unnecessary dependencies, with no expected change to cashier workflows.
Original PR description
lineToRefund is a property that is only used in pos_order, so it makes sense to move it to pos_order. With this change we get rid of the pos_store dependency in the models.
The Sign app’s request form and document card view have been refined to make key fields and actions easier to scan. Attachments, signing order, signer details, and checkboxes are now presented more clearly, helping users prepare signature requests with less visual clutter.
Original PR description
This commit updates the user interface of the Request Signature form by removing the group labels Signers and Options, putting the Attachments button icon and label in the same line and moving the Signing Order field to below signers emails. Additionally, in the card view of Sign Documents, the signees color is changed from green to black, the checkbox color is changed from black to green and the checkbox is now horizontally aligned with the remaining fields. task-3750770
LinkedIn social feeds now support richer interactions, including adding images to comments, liking comments, and editing or deleting stream posts. These changes make LinkedIn management in Odoo more complete and closer to the experience available on other social platforms.
Original PR description
Purpose ======= Impement some news features now possible, like - Allow to insert image in comment and to view the attached image in existing comments. - Allow to like LinkedIn comments in the post feed view. - Make the social stream posts editable, in the comments modal. - Allow to delete the stream posts. - Allow to edit LinkedIn comments, like we do for other social medias.
DateV identifiers for customers and vendors can now differ by company. This helps businesses that manage the same partner across multiple companies keep the correct German reporting numbers for each company.
Original PR description
A client or vendor might have different DateV numbers from one company to the other. These commit makes the DateV fields in res.partner company-specific. task-id: 3807027