From 3c4261ccf67d9ca74a2f50d162b5d95ebb28ca5b Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Thu, 28 May 2026 20:18:24 +0200 Subject: [PATCH] ICT bug --- modules/purchase_trade/invoice.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/purchase_trade/invoice.py b/modules/purchase_trade/invoice.py index 26995e8..baadb78 100644 --- a/modules/purchase_trade/invoice.py +++ b/modules/purchase_trade/invoice.py @@ -1693,10 +1693,6 @@ class InvoicePaddingContext(ModelView): class InvoiceLine(metaclass=PoolMeta): __name__ = 'account.invoice.line' - lot_weight_snapshots = fields.One2Many( - 'account.invoice.line.lot.weight', 'invoice_line', - "Lot Weight Snapshots") - def _get_report_trade(self): origin = getattr(self, 'origin', None) if not origin: