Tuesday, March 14, 2023
1 change · master
Code cleanup and technical improvements
Odoo reorganized shipping-related code so inventory-specific logic is separated from delivery and online sales integrations depend on the right modules directly. This should simplify future maintenance while keeping shipping carriers, marketplace sales, and tax cloud website flows aligned after module renames and merges.
Original PR description
The split of delivery from inventory stock lead to several changes: - dependencies moving from `delivery` to `stock_delivery` - dependencies moving from `website_sale_delivery` to `website_sale` - rename of module `website_delivery_fedex` to `website_sale_fedex` - rename of module `website_delivery_ups` to `website_sale_ups` - merge module `website_sale_delivery_taxcloud` into `website_sale_account_taxcloud` task-3074497 task-3203210 See also: - https://github.com/odoo/odoo/pull/110686 - https://github.com/odoo/upgrade/pull/4362