Wednesday, January 11, 2023
2 changes
Enhancements to existing features
The signing flow now shows a clear Close button on the Thank You dialog when users can continue, and displays helpful information when they cannot. This makes the document signing experience easier to understand and reduces confusion after completing a signature.
Original PR description
The Thank You dialog now has a proper Close button, if the flow can be continued. Otherwise, informational text is displayed. Also, this commit includes refactoring and fixes for related parts of the UI. task-3119741
Scale selectors in calendar, cohort, gantt, and grid views now have a more consistent look and behavior. This makes switching time scales feel more uniform across planning, payroll, cohort analysis, gantt, and grid screens, while also fixing selector issues that could cause crashes.
Original PR description
*: hr_payroll, web_grid This is commit improves the consistency of scale selectors in multiple views. It is the enterprise counterpart of PR (1), which moved the calendar selector to a new component. Since gantt and grid views conversions are not complete yet, only the xml structure has been ported to the legacy implementations of those views. For the next implementation, the ViewScaleButton component should be used instead. Some selectors in xpath have been fixed to prevent crashes. part of task #2867569 Community PR: https://github.com/odoo/odoo/pull/109090