From 87639a12b51c76d386ac9074d429edd48b9352e4 Mon Sep 17 00:00:00 2001 From: gsinghpal Date: Sat, 30 May 2026 22:50:12 -0400 Subject: [PATCH] fix(fusion_planning): add Schedule tab to the Payslips page navs The Schedule tab is injected into the Clock/Timesheets/Reports navs via xpath inherits, but the two payslip templates (portal_payslip_list_page, portal_payslip_detail_page) had no inherit, so Payslips showed only 4 tabs. Add the matching inherits. Verified on the rendered /my/clock/payslips page: 5 nav items incl. Schedule. Live on entech 19.0.1.4.0. Co-Authored-By: Claude Opus 4.8 --- fusion_planning/__manifest__.py | 2 +- fusion_planning/views/portal_nav_inherit.xml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/fusion_planning/__manifest__.py b/fusion_planning/__manifest__.py index c9c36f1d..25f6c9cb 100644 --- a/fusion_planning/__manifest__.py +++ b/fusion_planning/__manifest__.py @@ -5,7 +5,7 @@ { 'name': 'Fusion Planning', - 'version': '19.0.1.3.0', + 'version': '19.0.1.4.0', 'category': 'Human Resources/Planning', 'summary': 'Fusion Clock bridge to Odoo Planning - employee schedule on the portal', 'description': """ diff --git a/fusion_planning/views/portal_nav_inherit.xml b/fusion_planning/views/portal_nav_inherit.xml index f24a5917..b6a063f5 100644 --- a/fusion_planning/views/portal_nav_inherit.xml +++ b/fusion_planning/views/portal_nav_inherit.xml @@ -45,4 +45,22 @@ + + + + + +