Tuesday, June 16, 2020
4 changes · master
Enhancements to existing features
The SMS composer now recalculates message details while users edit fields, including validating phone numbers as they type. This makes the send/confirm flow smoother and prevents the confirm button from moving unexpectedly during interaction.
Warehouse users can now use Put in Pack when processing immediate transfers that start from detailed move lines. This prevents these transfers from getting stuck without the packaging action, improving package handling in stock operations.
Original PR description
PURPOSE Allow the 'PUT IN PACK' button in case they did not have a stock move. SPECIFICATIONS When creating an immediate transfer for an operation type which has "show detailed" selected, you directly have to enter an SML. When doing so, the transfer remains in a draft state, cannot be confirmed, so the 'PUT IN PACK' button doesn't appear. The Button does not appear in draft state because they restricted by the condition of the state. To do that, we change the state of picking 'draft' to 'ready' if picking doesn't have a stock move so the 'PUT IN PACK' button appears. LINKS PR #44565 Task 2184131 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
Lunch product categories can now be archived, include a default image, and better support products without their own images. Company-specific visibility was improved so lunch products and categories are shown appropriately in multi-company setups.
Original PR description
Purpose ======= Improve the lunch categories and mutli-company environment. Specifications ============ - Able to archive a product category - add a default image for lunch categories - Adapt the size of the default image, currently it's too big - Add a company field on the Product categories (it's already there but it should be visible on the view form) Task: 2200002 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
This fixes an issue where manually entered time off allocation durations could be overwritten with a default value after saving. Allocations entered in days or hours now keep the intended amount, helping HR teams avoid incorrect leave balances.
Original PR description
Purpose: - Purpose of this commit is to should not be change the duration automatically in time off allocation. Task: 2275933 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