Daily updates from Odoo
Wednesday, August 21, 2019
5 changes
Enhancements to existing features
Duplicating a stock operation type no longer reuses the original numbering sequence. This prevents confusion and helps each copied operation type get its own appropriate sequence setup, especially since the sequence setting is normally hidden outside debug mode.
Original PR description
When a picking type is duplicated, the sequence was by default copied into the new picking type. This behaviour has become misleading since the sequence_id is shown only on debug mode. We now simply prevent sequence_id of being copied. TaskID: 205731
This update makes the order of added selection options more predictable when existing choices are extended. It also tightens validation rules so customizations follow safer patterns, reducing unexpected behavior in CRM and Sales workflows.
This update improves wording in manufacturing work orders so labels better match manufacturing orders. It also hides completed quantity information until work has started, reducing confusion for shop floor users.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: task-1889396 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The product page statistics button now shows a clearer “Variants” label and improves spacing between quantity values and their unit of measure. This small interface cleanup makes product information easier to read for users managing inventory and product variants.
Original PR description
Task : https://www.odoo.com/web#id=2050215&action=327&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.39a171d1dca88f02c072b36c13ef2be5 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
Product-related updates now clear only the necessary cached information instead of refreshing broader data. This should improve performance and make future maintenance easier without changing how users work with products.
Original PR description
rebase-ff