Daily updates from Odoo
Tuesday, August 7, 2018
8 changes · master
Resolved issues and error corrections
This fixes a visual issue in the Mail follower list where hovering over a follower could hide the profile image and fail to show the edit icon. Users can now see both the follower image and edit option consistently, making follower management clearer and easier.
Original PR description
Description of the issue/feature this PR addresses: Issue: https://youtu.be/ct5vYqlwAX0 Current behavior before PR: when we hover the mouse on a followers then edit icon is not displaying as well as an image also going to invisible. Desired behavior after PR is merged: When hover the mouse on a followers list, an image remains visible and edit icon will be appearing on list -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes an issue where tooltips could flicker when users hovered over fields. Tooltips now position correctly within the browser window, making forms easier and less distracting to use.
Original PR description
https://youtu.be/olCHkJHC2C0 - When hover a cursor on the field it starts flickering due to wrong tooltip placement. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fix updates website carousel styling so navigation controls use the correct classes and appear as intended. It helps visitors browse image galleries and product carousels more reliably across website pages and shop content.
Original PR description
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
This fixes the layout of link-style buttons in the website forum pages, including keeping the “Promote to Doc” action on the same line. The change improves visual consistency and makes the forum/documentation actions easier for users to find and use.
Original PR description
--Fix the website form link button layout --'Promote to Doc' link button set the same line Fix this issue:https://drive.google.com/file/d/1p5M5J6Css08MC-8yEQ-EJUcINtB13Dn1/view 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
This fix adjusts the stock traceability report so its table uses the available page width correctly. Business users get a cleaner, easier-to-read report without layout issues caused by the responsive table styling.
Original PR description
-table-responsive class does not take full width link:https://github.com/twbs/bootstrap/issues/24638 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
This fixes the setup of carousel controls in website demo content so carousel elements behave as expected. The change helps prevent confusing or broken navigation in sample website pages, with minimal impact beyond the affected website version content.
Fixed visual spacing issues on the coupon program screen so fields and shortcut buttons display more cleanly. This makes the page easier to read and helps users access related information without confusing button separation.
Original PR description
Issue: https://drive.google.com/file/d/1wytBepWhRzOxEQhaus0DSpZHgISsWj_f/view Applied 'o_row' class instead of 'row' to avoid indentation issue and also applied 'button_box' name attribute to group to fix stat button separation issue.
This fix adjusts the breadcrumb styling in Studio so navigation labels align properly with the surrounding text. It improves the visual polish and readability of the Studio interface without changing functionality.
Original PR description
- remove font-size from breadcrumb (li: before). after this, it will take font-size as parent element and alignment will be proper in it. Current behavior before PR: https://www.awesomescreenshot.com/image/3523754/7552a86c20e44280116268a3d4d38d9e Desired behavior after PR is merged: https://www.awesomescreenshot.com/image/3531480/bc3cb3ba1ae638ac2669d0968aa6b7e8