Thursday, September 30, 2021
5 changes · master
Enhancements to existing features
The calendar appointment backend no longer shows the preset option to group appointments by availability. This simplifies the interface by removing a grouping choice that was not very useful, while users can still create a custom availability grouping if needed.
Original PR description
This commit will apply a minor change on the appointment module: It will remove the preset that allow the user to group the appointments by availability (in the backend). task-2646322 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
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
The appointment listing page now uses a clearer browser tab title, making it easier for users to understand they are viewing appointment types. Backend reporting also gains a preset to group online appointments by type, helping teams analyze appointment activity more quickly.
Original PR description
This commit will apply minor changes on the appointment module: It will: - Update the page title of the appointment listing layout (in the frontend). - Add a new preset to group the appointments by type (in the backend). task-2646322 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr