Thursday, September 30, 2021
3 changes · master
Enhancements to existing features
The email composer and email/SMS resend windows have been redesigned with clearer labels, guidance text, and more relevant action buttons. This makes it easier for users to understand sending options, handle failed messages, and avoid confusing actions such as creating records from failure views.
Original PR description
This merge will improve the layout of the mail composer and the resend modals
* revamp the mail composer and the resend modals: It will update the labels,
clarify the helper messages and make the buttons more dynamic;
* simplify the mail composer: advanced options will be placed in a dedicated
pane;
* various minor layout adjustments;
See commit messages for more info.
Task-2523036Delivery records now include editable shipment descriptions and declared values. This helps businesses provide more accurate customs information and include shipping costs in declared shipment values.
Original PR description
In this commit: =========================== Added two new fields in stock picking related to shipping 1. shipment_description 2. shipment_declared_value Before this commit: ========================= The value of shipment description was static `MY DESCRIPTION` which might be rejected by customs so we added field to set the description value default by taking the category name of the first product from the sale order line. The value of declared value was the total amount of movelines which was not including shipping cost so in this commit we set the value of declared field to total amount of sales order. task-id: 2611210 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Payment creation and registration now only shows journals that have suitable payment methods available. This reduces confusion for users and helps prevent choosing journals that cannot process the payment.
Original PR description
When registering/creating payments, filter out from the selection the journals that do not have any relevant payment method lines. Also, always show payment method lines even when there are only one of them. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr