From 7fc134f7a62b2b36423a0eae45cfe6115d0a17e9 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Tue, 14 Jul 2026 11:26:18 +0200 Subject: [PATCH] Bug lot.qt --- modules/purchase_trade/stock.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/purchase_trade/stock.py b/modules/purchase_trade/stock.py index c6053f6..cff242b 100755 --- a/modules/purchase_trade/stock.py +++ b/modules/purchase_trade/stock.py @@ -27,6 +27,7 @@ import re import html from trytond.exceptions import UserError from trytond.modules.stock.shipment import SupplierShipping as BaseSupplierShipping +from . import lot as purchase_trade_lot logger = logging.getLogger(__name__) @@ -2898,7 +2899,7 @@ class FindVessel(Wizard): return action, {} -class LotQt(metaclass=PoolMeta): +class LotQt(purchase_trade_lot.LotQt): __name__ = 'lot.qt' @staticmethod