From fbfc9433019aad0e5c8b9c7d1f79b3b1bd7fa0e9 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Mon, 26 Jan 2026 13:16:42 +0100 Subject: [PATCH] 26.01.26 --- modules/purchase_trade/lot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/purchase_trade/lot.py b/modules/purchase_trade/lot.py index 526417e..c990eb4 100755 --- a/modules/purchase_trade/lot.py +++ b/modules/purchase_trade/lot.py @@ -20,7 +20,7 @@ import datetime import json import logging from trytond.exceptions import UserWarning, UserError -from purchase_trade.service import ContractFactory +from trytond.modules.purchase_trade.service import ContractFactory logger = logging.getLogger(__name__)