Daily updates from Odoo
Wednesday, January 9, 2019
4 changes · master
Enhancements to existing features
Website editors can now create and link directly to anchors on a page, including default top and bottom locations and existing anchors. This makes it easier for visitors to jump to relevant sections and improves navigation on longer pages.
Original PR description
* portal, web_editor
Anchor Link:
- Some visual improvements of the link dialog.
- New 'Page Anchor' field.
- System by default: top and bottom.
- Shows existing anchors.
Creation of the anchor:
- New option 'Anchor Name' to be able to create an anchor.
task-1913458Sales orders for kits now show availability based on the stock of their required components, so users get more realistic warnings before confirming orders. Delivered quantities are also calculated from the components already processed, improving accuracy for partial deliveries, backorders, returns, nested kits, and mixed units of measure.
Original PR description
**Before this PR:** - The quantities available when a kit was ordered was 0 even if enough components were available - The quantities delivered when a kit was ordered were correct only if all move…
**Before this PR:**
- The quantities available when a kit was ordered was 0 even if enough components were available
- The quantities delivered when a kit was ordered were correct only if all move from the picking of its sale order were done. So the quantities delivered were correct only if all components were fully delivered.
**After this PR:**
- The number of kits available is computed based on the quantities available of the components needed to make the kit.
- The number of kits delivered is computed based on how many kits it's possible to make with the components already processed.
- Some test case are added the check the flows when kits are ordered.
Those test case make sure that:
* Delivered quantities are accurate if :
- kits in kit
- backorders are made
- returns are made
- returns of returns are made
- Multiple differents UoMs are setted on the components of a kit
* Available quantities are accurate if:
- Kits in kit
- Multiple differents UoMs are setted on the components of a kit
TaskID : 1915370Forum users can now see how many people marked a question as a favourite on question pages and profile tabs. This improves transparency and makes forum engagement signals easier to understand, similar to other large Q&A communities.
Original PR description
Description of the issue/feature this PR addresses: Show the missing favourites counter Current behavior before PR: There is no way to see the amount of favorites set in the forum. Desired behavior…
Description of the issue/feature this PR addresses: Show the missing favourites counter Current behavior before PR: There is no way to see the amount of favorites set in the forum. Desired behavior after PR is merged: You can see the favourites counter on the forum question, just like most huge forums have. For example Stackoverflow:  Result on profile:  Result on question:  Right now you cannot see it while it has value. You can set/see your own favorites on your profile for example. There is even a forum badge for this, "Question set as favorite by 25 users" while there is no way for you to check the value. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Customers can now click anywhere inside a payment or delivery option panel to select it, instead of needing to click a specific control. This makes checkout interactions simpler and more intuitive, especially for users on touch devices or smaller screens.
Original PR description
Task link : https://www.odoo.com/web?#id=1918459&action=327&model=project.task&view_type=form&menu_id=4720 Pad link : https://pad.odoo.com/p/r.1fea18f655e99f79eeeb07abc8e9deb2 Purpose: user click anywhere from panel box of payment acquirer to select payment method. This commit is related to task id 1918459 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