Daily updates from Odoo
Wednesday, March 13, 2019
3 changes
Resolved issues and error corrections
This update brings a batch of fixes and performance improvements from an earlier Odoo release into the main branch. It improves online shop product variant pricing and speed, prevents a data-model deletion issue, and includes refinements across accounting, automation, CRM, events, and gamification areas.
This fixes which stock moves are hidden from a warehouse transfer when scrap actions are involved. Only moves that are actually linked to a scrap record are hidden, helping users see all relevant non-scrap movements in the picking view while keeping scrap details accessible separately.
Original PR description
When a move is created in a picking through the scrap button, it must not be visible in the picking, and should be accible through the stat button showing the srap. Now to hide, those moves from the picking view, we are checking that the move has a different picking type than the one on the picking, which can lead to invisible moves, that are not in the picking view because they have a different picking type and not in the scrap stat button because they don't have scrap object. To fix this behavior, we are hiding from the picking the ones having a scrap object linked instead of the one having a different picking type 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 pull request brings recent fixes from an earlier Odoo version into master, resolving issues in subscriptions, eBay sales, timesheets, documents, accounting reports, and Mexican electronic invoicing. It also updates translations, improving reliability and usability for affected business workflows.