Friday, October 4, 2024
2 changes · master
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
Miscellaneous changes
Before this commit, the div was addded for additional condition for button visibility which causing button asymtry and cropping button. after this commit, moved visibility condition in invisible attribute of button. Forward-Port-Of: odoo/enterprise#70551
Original PR description
Before this commit, the div was addded for additional condition for button visibility which causing button asymtry and cropping button. after this commit, moved visibility condition in invisible attribute of button. Forward-Port-Of: odoo/enterprise#70551