Daily updates from Odoo
Wednesday, April 4, 2018
2 changes
Enhancements to existing features
Product images now zoom when shoppers hover over them, with the enlarged view shown beside the image instead of covering it. The update also prevents zoom behavior when it is not useful, such as during website editing or when the source image is not larger than the displayed image.
Original PR description
TASK: - https://www.odoo.com/web#id=32919&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 PAD: - https://pad.odoo.com/p/r.eeb9580b11688497e5d7a8d563002000 … zoom - Done following - Zoom on Hover instead of click - Unbind zoom related events to prevent zoom while editing - Zoom on Products will be next to image instead of overlay (ref : http://www.amazon.in/ , https://www.flipkart.com ) 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
Warehouse teams can now define storage rules for individual products, not only product categories. When both product and category rules exist, the product-specific rule is used first, giving more precise shelf placement suggestions and reducing manual corrections.
Original PR description
Description of the issue/feature this PR addresses: - Task : https://www.odoo.com/web#id=23495&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 - Pad :…
Description of the issue/feature this PR addresses: - Task : https://www.odoo.com/web#id=23495&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 - Pad : https://pad.odoo.com/p/r.1435984cf1e1d1f83d87dda781f31aae Current behavior before PR: - We had many feedbacks from users who want to be able to define the put away strategy product per product and not just category per category. Desired behavior after PR is merged: - If product category - https://drive.google.com/a/odoo.com/file/d/0B0ITmdw6h3ZrdWY5Y2tQcU1TMEU/view?usp=drivesdk - If product (use product.product and not product.template) - https://drive.google.com/a/odoo.com/file/d/0B0ITmdw6h3ZrZlZfUU8ydlhuMzg/view?usp=drivesdk - If product category and product - https://drive.google.com/a/odoo.com/file/d/0B0ITmdw6h3ZrWkRIWlJJNzRzcDg/view?usp=drivesdk - Fallback : first search if there is a putaway strategy for the product, then for the category of the product, then for the parent category of the product, etc. - Tooltip on Put Away Strategy from stock.location : - "Allows to suggest the exact location (shelf) where to store the product" - Tooltip to suppress https://drive.google.com/a/odoo.com/file/d/0B0ITmdw6h3ZrNUY3TDR6QUtnQjg/view?usp=drivesdk -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr