Monday, January 8, 2024
2 changes · 17.0
Resolved issues and error corrections
This update corrects the visual alignment between question labels and input fields in the appointment booking form. When customers book appointments, the form questions now display properly aligned, improving the overall user experience and making the form easier to read and complete.
Original PR description
Fix the alignment between the questions labels and the questions inputs in the attendee form when booking an appointment. Task-3648160
This fix removes an incorrect dependency that the payroll module had on the sign module. The payroll system does not actually require the sign module to function, so this unnecessary link has been corrected. This cleanup helps streamline the system and prevents potential conflicts or confusion about module relationships.
Original PR description
hr_payroll does not depend on sign. This change was introduced in https://github.com/odoo/enterprise/commit/98ff57513dce2673cd6a64bbeb5cfb84b7921dff task-3660141