Friday, October 4, 2024
2 changes
1 change
Enhancements to existing features
Delivery pricing across several shipping carriers now uses a more reliable rate calculation method. This should improve quote accuracy for customers and reduce pricing inconsistencies during checkout or order processing.
Original PR description
_*=delivery_bpost,delivery_dhl,delivery_easypost,delivery_sendcloud, delivery_starshipit,delivery_ups,delivery_ups_rest Before this commit : Delivery rates were calculated using the `update_price()`. After this commit : Delivery rates are now calculated using the `_get_delivery_rate()`. task-4083628
1 change
Enhancements to existing features
The GitHub issue template was updated to align bug reports with the Odoo 18 release. This helps contributors provide clearer, release-appropriate information, making issue triage more efficient.