fix(fusion_planning): My Schedule shows posted fusion_clock shifts, not just Planning slots
The "My Schedule" portal page read only published planning.slot (Odoo Planning), but team leads post in the fusion_clock Shift Planner, which writes fusion.clock.schedule -> so posted schedules never appeared. Merge both sources: the page now lists published planning.slot AND posted fusion.clock.schedule (employee, state=posted, not OFF, within the 60-day horizon), sorted together. Verified on entech: Garry's 7 posted shifts (Jun 1-7) now render. 19.0.1.5.0. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
{
|
||||
'name': 'Fusion Planning',
|
||||
'version': '19.0.1.4.0',
|
||||
'version': '19.0.1.5.0',
|
||||
'category': 'Human Resources/Planning',
|
||||
'summary': 'Fusion Clock bridge to Odoo Planning - employee schedule on the portal',
|
||||
'description': """
|
||||
|
||||
Reference in New Issue
Block a user