From f34a53e693b64e87bdd4e24200b1f9cc043e924e Mon Sep 17 00:00:00 2001 From: Carmen Bianca BAKKER Date: Mon, 9 Sep 2024 14:51:29 +0200 Subject: [PATCH] [FIX] resource_multi_week_work_time_from_contracts: Import resource_mixin.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: hugues de keyzer --- resource_multi_week_work_time_from_contracts/models/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/resource_multi_week_work_time_from_contracts/models/__init__.py b/resource_multi_week_work_time_from_contracts/models/__init__.py index 7a85334a..54f6e2da 100644 --- a/resource_multi_week_work_time_from_contracts/models/__init__.py +++ b/resource_multi_week_work_time_from_contracts/models/__init__.py @@ -3,3 +3,4 @@ # SPDX-License-Identifier: AGPL-3.0-or-later from . import resource_calendar +from . import resource_mixin