Daily updates from Odoo
Saturday, September 20, 2025
1 change · master
Resolved issues and error corrections
Field Service task forms now show the repeat interval directly under the planned date. This makes recurring task scheduling easier to find and understand, reducing confusion when setting up or reviewing service visits.
Original PR description
**Steps to Reproduce:** 1. Open the Field Service app. 2. Create or open an existing task. 3. Check the form view of the task. **Issue:** - The 'Repeat Every' block was displayed at the bottom of the sheet, making it less intuitive. - It should logically appear under the 'Planned Date' block for better visibility. **Current behaviour:** - The 'Repeat Every' block appears in a different section, away from the 'Planned Date' block. **Expected behaviour:** - The 'Repeat Every' block should be displayed directly under the 'Planned Date' block for better usability and logical grouping. **Fix:** - Adjusted the form view XML to move the 'Repeat Every' field below the 'Planned Date' field. **Task-5040281** Forward-Port-Of: odoo/enterprise#95098 Forward-Port-Of: odoo/enterprise#93208