From 45a012b8283ade691e688ff479f403483a9c6cf8 Mon Sep 17 00:00:00 2001 From: metatroncubeswdev Date: Sun, 30 Aug 2026 10:59:58 -0400 Subject: [PATCH] Allow dashboard V2 model-level payload calls --- addons/mcs_operating_system/models/dashboard.py | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/mcs_operating_system/models/dashboard.py b/addons/mcs_operating_system/models/dashboard.py index e755c6d..d34ca83 100644 --- a/addons/mcs_operating_system/models/dashboard.py +++ b/addons/mcs_operating_system/models/dashboard.py @@ -180,6 +180,7 @@ class McsOperatingDashboard(models.Model): OperatingSystemSetup(self.env).run() return True + @api.model def get_ceo_dashboard_v2_data(self): today = fields.Date.context_today(self) month_start = today.replace(day=1)