Friday, September 11, 2020
6 changes · master
Resolved issues and error corrections
The point of sale customer display now loads even when no order is currently selected, such as when a restaurant floor plan is being shown. This prevents interruptions for staff using POS screens and keeps customer-facing displays available in more situations.
Original PR description
The customer display could not be loaded when no order was set. (e.g. While showing the floor plan in pos_restaurant) -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The web image widget now displays background-filled images correctly even when zoom is turned off. This lets teams use the intended image layout without enabling an unwanted zoom behavior, improving consistency in views such as employee images.
Original PR description
Description of the issue/feature this PR addresses: Please see images on [Task#2296173](https://www.odoo.com/web#id=2296173&model=project.task&view_type=form&cids=&menu_id=5195) Current behavior before PR: Setting the zoom parameter to true was required before this PR to properly display the kanban image if using full left side fill, but this also means that the we were forced to use the zoomOdoo feature despite not wanting-it. Desired behavior after PR is merged: Setting the Zoom parameter for the image widget is no longer required to be able to use the background parameter. This has been done to accomodate changes required for [Task#2296173](https://www.odoo.com/web#id=2296173&model=project.task&view_type=form&cids=&menu_id=5195) as setting the zoom value to false was preventing proper display of the employee image. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes an issue where editing controls could appear in the wrong place while page elements were animating or transitioning. Users editing website content should see overlay tools remain properly aligned, making the editing experience smoother and less confusing.
On mobile screens, empty bottom control panel areas no longer reserve unnecessary space. This improves layout consistency and removes unwanted blank areas, including in signing screens.
Original PR description
PURPOSE purpose of this task when o_cp_bottom class is not filled, it should not take place in mobile. LINKS PR: #12922 Task-2319534
Preparing documents for signature is smoother because popovers now close when a field is moved instead of staying behind. Text selection inside signing fields is also disabled to prevent confusing selection behavior during setup.
Original PR description
Currently, when preparing document for sign, popover is opened and we move field it stay opened and did't follow the field. when try to select text of field, text selection behave strange. so, in this commit popover is going to closed when move field and when text selection is disabled.
The appraisal kanban view no longer zooms employee photos when users hover over them. This prevents distracting or unintended image enlargement while keeping the appraisal view otherwise unchanged.
Original PR description
This will disable zoom feature while hovering over the employee image in the kanban view of appraisal, all while not changing the view. A necessary change was required to make this possible, please see https://github.com/odoo/odoo/pull/55966/commits/82028c4e818203a2ed4e50b324e96ac851bf7beb