From 95844284457d11ddf1c11c0f2ec4fecc39f90d0a Mon Sep 17 00:00:00 2001 From: AdanCortes Date: Tue, 21 Apr 2026 16:50:57 -0600 Subject: [PATCH 1/2] ADD: dependency on project_timesheet_time_control Add the project_timesheet_time_control module as requested in task Timesheets - add stop/go module (873834): Add project timesheet control module. --- oca_all/__manifest__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/oca_all/__manifest__.py b/oca_all/__manifest__.py index 3d256467..6d17733d 100644 --- a/oca_all/__manifest__.py +++ b/oca_all/__manifest__.py @@ -61,6 +61,7 @@ "portal_rating", "product", "project", + "project_timesheet_time_control", "purchase", "purchase_stock", "rating", From a02faa3b8802a678dce457c23367b8d9114aa132 Mon Sep 17 00:00:00 2001 From: AdanCortes Date: Tue, 21 Apr 2026 16:54:40 -0600 Subject: [PATCH 2/2] FIX: Placement --- oca_all/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oca_all/__manifest__.py b/oca_all/__manifest__.py index 6d17733d..f0adf1d6 100644 --- a/oca_all/__manifest__.py +++ b/oca_all/__manifest__.py @@ -61,7 +61,6 @@ "portal_rating", "product", "project", - "project_timesheet_time_control", "purchase", "purchase_stock", "rating", @@ -153,6 +152,7 @@ "multi_step_wizard", "partner_statement", "project_task_add_very_high", + "project_timesheet_time_control", "oca_custom", "partner_contact_access_link", "pdf_xml_attachment",