Daily updates from Odoo
Wednesday, November 7, 2018
1 change · master
Code cleanup and technical improvements
This update removes unused logic from the stock traceability report that has not been active since an earlier refactoring. It reduces maintenance overhead without changing how users view or use the report.
Original PR description
Since refactoring is saas-11.2. _lines is never call with a set line_id. This commit remove code that depends on a condition based on a line_id and remove the line_id from the kwargs. 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