Monday, March 22, 2021
4 changes · master
Enhancements to existing features
The Website app now uses a more polished default logo instead of the previous text-like placeholder. This gives newly created websites a more professional appearance out of the box while keeping the change limited to branding visuals.
Original PR description
Previous default website logo of the 'website' module ('YourLogo'
image) looked like a text and not like a proper logo, so it has been
replaced by a more stylised, gray-coloured, version, as a svg.
--
task-2448746
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prWarehouse teams can now carry delivery carrier information through pick, pack, and ship steps when configured. This makes it possible to print shipping labels after validating any stage of the process, reducing delays and manual work before final shipment.
Original PR description
In this commit - 1) Added new field propagate_carrier_id in stock.rule and propgate carrier in PICK PACK and SHIP if it is ticked. 2) Allow to print Label at any stage of PICK PACK and SHIP Task-2363484 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
When a shipping label is generated during a multi-step delivery process, it is now attached to messages on all related delivery records. This helps warehouse and operations teams find the correct label regardless of which delivery step they are viewing.
Original PR description
If 2 or 3 steps of delivery is configured and label is printed at any step, put msg with label attachment in all related pickings. Task-2363484
The DHL delivery integration test account credentials have been refreshed for DHL USA and DHL USA International. This helps keep testing and validation of DHL shipping workflows working reliably without changing day-to-day business features.
Original PR description
Credatials are updated for - DHL-USA DHL-USA International Task-id#2391361