From 8edd5ea90161030d26fc6c9eec2cf9ce6dcb5339 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Thu, 29 Jan 2026 11:26:21 +0100 Subject: [PATCH] 29.01.26 --- modules/account_stock_anglo_saxon/invoice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/account_stock_anglo_saxon/invoice.py b/modules/account_stock_anglo_saxon/invoice.py index fbdc3f0..c75283f 100755 --- a/modules/account_stock_anglo_saxon/invoice.py +++ b/modules/account_stock_anglo_saxon/invoice.py @@ -178,7 +178,7 @@ class InvoiceLine(metaclass=PoolMeta): cost, type_) result.extend(anglo_saxon_move_lines) #Fee inventoried delivery management - if self.lot: + if self.lot and type_ != 'in_supplier': FeeLots = Pool().get('fee.lots') fees = FeeLots.search(['lot','=',self.lot.id]) for fl in fees: