Monday, May 6, 2024
3 changes · 17.0
Resolved issues and error corrections
Scrap stock transfers can now be validated without incorrectly prompting users to create a backorder. This prevents unnecessary workflow interruptions when disposing of inventory and keeps scrap operations aligned with the quantities entered.
Original PR description
**Steps to reproduce the bug:**
- Create a storable product “P1” and update its quantity to 10.
- Create a picking:
- Source location: Wh/Stock
- Destination location: Virtual Locations/Scrap
- Product: 10 units of P1.
- Mark as to-do.
- Try to validate the picking.
**Problem:**
A wizard asking to create a backorder is triggered. This occurs because when validating the picking, we check if all the moves are picked and the quantity is set. However, for the scrap moves that are ignored, we'll consider the move as not picked and no quantity done is set, hence the creation of a backorder is proposed.
**Solution:**
For the scrap moves, ignore the check of "picked" but check if a quantity done is set when validating the picking.
opw-3900082This update adjusts automated tests in the Project Sales Subscription module to align with recent changes made in the community version. The test modifications ensure that quality checks continue to pass and the module functions correctly with the latest codebase updates.
Original PR description
This commit adapt test case according to changes in community branch. opw-3853815
This update fixes incorrect Vietnamese translations in the website and HR recruitment modules. The corrections ensure that users in Vietnam see accurate and proper translations of key terms and phrases throughout these applications.
Original PR description
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