Friday, March 14, 2025
1 change · saas-18.2
Code cleanup and technical improvements
This update centralizes how related purchase orders are searched from sales order lines. It reduces duplicated logic, making future changes safer and easier to maintain without changing the user experience.
Original PR description
This commit add a helper method for defining the purchase order search domain. The goal is to avoid code duplication in overridden methods and simplify future maintenance of code. If any modifications to the search domain can now be made in a single place, which will improving maintainability. Task-4578812 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr