Monday, January 16, 2023
2 changes · master
Code cleanup and technical improvements
This update simplifies CRM lead records by removing older partner address fields that duplicated information already handled elsewhere. It helps reduce clutter in CRM data and maintenance complexity without introducing a new user-facing feature.
Original PR description
There is a lot of fields in crm.lead. We can remove these. task-2099510 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
This update simplifies several website and portal route definitions by removing repeated settings that are already inherited. It keeps the same behavior for users while making the code easier to maintain and less error-prone for future changes.
Original PR description
Remove route values already specified in overridden route Simplify/clean code Community PR: https://github.com/odoo/odoo/pull/108512