Friday, August 24, 2018
3 changes · master
Enhancements to existing features
The manufacturing cost analysis report now uses a cleaner internal document header and improved alignment for the total raw materials cost. This makes the report easier to read and better suited for internal business review.
Original PR description
Pad:https://pad.odoo.com/p/r.d0a590b10b01fadc5aa862888c76da9a Task:https://www.odoo.com/web#id=1861231&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 -- Cost Analysis report document is internal, it has set an internal header -- The 'Total Cost of Raw Materials' has been proper alignment PR: TASK: 1861231
Resolved issues and error corrections
This fixes a visual issue in the Mail app where a tooltip could flicker when users moved the cursor over it. The tooltip now stays stable while hovering, making the interface feel smoother and less distracting.
Original PR description
The tooltip was causing flickering because of quick alteration between hovering and not hovering states. By moving the tooltip to bottom left of its parent element and adding a selector on the tooltip hover state, the issue is fixed. This is due to the hover/not hovering alteration not happening anymore. Either the parent element or the tooltip itself is always hovered. Related to task #1878538 Closes # -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update corrects how manufacturing planning compares dates and times, preventing mismatches caused by newer datetime fields. It helps keep master production schedule calculations consistent and avoids potential planning errors.
Original PR description
A datetime was compared to a date. I'm not sure that I used the fields.Date.context_today the right way. @amoyaux may I ask you to verify ?