Daily updates from Odoo
Wednesday, November 7, 2018
2 changes ยท master
Resolved issues and error corrections
This fixes an error that could occur when the system calculates stock picking details for more than one transfer at a time. It helps keep warehouse operations reliable by preventing unexpected tracebacks during batch processing.
Original PR description
In the compute function _compute_move_without_package, we use self instead of picking variable, which leads to traceback when more than one picking is computed
This corrects two remaining internal references after a logging field was renamed. It helps keep logging behavior consistent and avoids errors from outdated field names, with no expected change for everyday users.
Original PR description
**Description of the issue/feature this PR addresses:** In https://github.com/odoo/odoo/commit/fb7ac56d65a0d4c634a4c9387bf25bbc229d5caa was renamed `type` to `logging_type`. It seems I missed two cases ๐ **Current behavior before PR:** There are two cases where `type` should be `logging_type`. **Desired behavior after PR is merged:** Previous cases are fixed. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr