Wednesday, May 14, 2025
1 change · master
Features or functions removed from Odoo
This change removes an empty file from the Website Sale module that was not being used. It has no effect on customer-facing features, but helps keep the codebase cleaner and easier to maintain.
Original PR description
Description of the issue/feature this PR addresses: This PR removes the website_sale_delivery_templates.xml file, which was introduced in commit 8e2b6cede5. The file is currently empty and not used anywhere in the codebase. Current behavior before PR: An empty and unused XML file (website_sale_delivery_templates.xml) exists in the codebase. Desired behavior after PR is merged: The unused file is removed, resulting in a cleaner and more maintainable code structure. [Related Commit](https://github.com/odoo/odoo/commit/8e2b6cede55b51f7ccdbe7601aa7e6035fd6f9fe) --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr