Tuesday, June 16, 2020
6 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.
The main Odoo release version has been updated to 13.5. This helps keep product versioning accurate for upcoming releases and related planning, with no direct change to day-to-day functionality.
Original PR description
Bump version
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
Changing an activity type now only replaces the activity summary when that type has a default summary configured. This prevents users' manually entered summaries from being accidentally cleared when they choose an activity type without a default.
Original PR description
PURPOSE Currently, there is an on-change to set an activity summary to the default summary of an activity type. This can be useful if types are properly configured. The problem is, the activity summary will be updated even if there isn't any default summary on the type. Meaning that it simply removing a relevant custom summary the user might have already entered. SPECIFICATIONS When triggering the on-change on activity_type_id, only update the activity summary to the default summary if there is a default summary defined on the activity type. LINKS Task-2254825 PR https://github.com/odoo/odoo/pull/51373 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr https://www.odoo.com/web#id=2254825&action=327&model=project.task&view_type=form&cids=1&menu_id=4720
Calendar event popovers now display the responsible person using an avatar instead of a plain link, while keeping the profile clickable. This makes event ownership easier to recognize at a glance and also includes a Google Calendar sync fix to avoid duplicate syncs when one partner is linked to multiple users.
Original PR description
Description of the issue/feature this PR addresses: Taskid: 2263837 - calendar: Use the avatar widget on event popover Current behavior before PR: On event popover, the responsible of an event appeared as a simple link. Desired behavior after PR is merged: On event popover, the responsible of an event will now appear through the avatar widget, and still be clickable. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr