Monday, October 9, 2023
4 changes · master
Enhancements to existing features
Images in web templates now point to Odoo's standard placeholder instead of having no image source. This makes missing or placeholder images visible during testing and debugging, and helps validate page scrolling behavior when images are involved.
Original PR description
Before this PR, src attributes where removed from the templates to avoid unnecessary request. This PR redirect the src tag to the image placeholder instead, creating an actual image. It make it easier to debug since you can actually see whenever there is an image or not. It also allow to test scroll position that involve images.
The sales order screen now shows the create project button only when the order includes products that are managed through timesheets or milestones. This reduces clutter and helps users avoid creating projects when they are not needed.
Original PR description
Before this PR when we confirm SO then create project button appears In this PR we have made that if product is based on timesheets or based on milestones then only create project button will appear when we confirm SO task-3468706
The SMS mailing test dialog was updated to be easier to understand and use. The modal now has clearer wording, a more suitable size, and action buttons with more intuitive labels, improving the experience for users testing SMS campaigns.
Original PR description
Improve test modal: - change the title - change the dialog size - shorten the wording - rename action buttons Task-3500568 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The referral application status label now has enough spacing to display clearly. This small visual improvement makes status information easier for users to read at a glance.
Original PR description
[IMP] hr_referral: make status readable The padding of the status pill is not enough to display the status correctly. task-3498668