处理sf.t更新报错

This commit is contained in:
yuxianghui
2025-06-18 16:09:44 +08:00
parent 60ed04cf77
commit fc33280509

View File

@@ -13,6 +13,7 @@ from odoo import api, fields, models, _
from odoo.osv import expression from odoo.osv import expression
from odoo.exceptions import UserError, ValidationError from odoo.exceptions import UserError, ValidationError
_logger = logging.getLogger(__name__)
class SfLocation(models.Model): class SfLocation(models.Model):
_inherit = 'stock.location' _inherit = 'stock.location'