Bug lot.qt

This commit is contained in:
2026-07-14 11:26:18 +02:00
parent e4590e6177
commit 7fc134f7a6

View File

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