From fc33280509fa9f29e19bf568dd5ac060c80a2a31 Mon Sep 17 00:00:00 2001 From: yuxianghui <3437689193@qq.com> Date: Wed, 18 Jun 2025 16:09:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86sf.t=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf_warehouse/models/model.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sf_warehouse/models/model.py b/sf_warehouse/models/model.py index 8b9a86e4..c313e6de 100644 --- a/sf_warehouse/models/model.py +++ b/sf_warehouse/models/model.py @@ -13,6 +13,7 @@ from odoo import api, fields, models, _ from odoo.osv import expression from odoo.exceptions import UserError, ValidationError +_logger = logging.getLogger(__name__) class SfLocation(models.Model): _inherit = 'stock.location'