Daily updates from Odoo
Friday, May 16, 2025
1 change
Code cleanup and technical improvements
This change reorganizes part of the purchase stock accounting code into smaller pieces. It does not change day-to-day behavior, but makes future customizations and maintenance easier and less risky.
Original PR description
Description of the issue/feature this PR addresses: `_generate_price_difference_vals` is about 200 Ioc long. Current behavior before PR: if we want to extend this method there is little choice but copy paste everything. Desired behavior after PR is merged: it's possible to extend one of the new method instead --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr