Wednesday, April 13, 2022
2 changes · master
Resolved issues and error corrections
This fixes a display issue in sales email templates where repeated items could use the same style instead of alternating as intended. Sales communications should now appear more clearly formatted and visually consistent for recipients.
Original PR description
Before this commit At each iteration, the `loop_cycle_number` was reset to 0. This caused the cycle condition to always be the same. After this commit The cycle condition will properly make the style cycle. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update fixes two small issues in Planning: an error that could appear when publishing shifts for an employee without an email, and a misplaced tooltip in the Planning Gantt view. These fixes make the publishing flow more reliable and improve guidance during the planning tour.
Original PR description
PURPOSE
some bugs fixes for planning
- fixed traceback when clicking on the field
steps to produce the issue:
gantt view > publish > create an employee without an email >
publish and send > clicking on the manager field
- fixed tooltip indication pointing to wrong place
in planning gantt view
task-2790017