Monday, October 14, 2024
3 changes · master
Enhancements to existing features
Users can now scroll properly when cropping very tall images in the HTML editor. This makes it easier to adjust uploaded images without parts of the image becoming unreachable.
Original PR description
### Steps to reproduce: - Insert a long image (/image, upload an image). - Try to crop the image. - Observe that you are unable to scroll to view the full image ### Description of the issue/feature this PR addresses: - The cropper wrapper would scroll to the bottom if the image was too long, causing a negative offset from the top. ### Desired behavior after PR is merged: - The cropper wrapper now scrolls to the top, allowing scrolling to view the entire image. task-3787418
The Colombian electronic invoicing area now shows a properly designed form when users open type code records. This replaces the automatically generated layout with a cleaner, easier-to-use screen.
Original PR description
before this commit, there is no form view defined for the model l10n_co_edi.type_code and thus on accessing the form view, it shows odoo generated form view. after this commit, on accessing the form from the menu, it will show clean form view.
The Frontdesk visitor status bar now shows the canceled state only after a visitor record has actually been canceled. This keeps the workflow display cleaner and reduces confusion for staff reviewing visitor status.
Original PR description
before this commit, the cancelled state is shown in the statusbar always after this commit, the cancelled state will be shown in the statusbar once the record is in cancelled state