This commit is contained in:
2026-05-28 20:18:24 +02:00
parent 2428978d90
commit 3c4261ccf6

View File

@@ -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: