夹具型号相关数据表的优化

This commit is contained in:
陈赓
2025-07-18 09:55:21 +08:00
parent e73c0b15ea
commit 4609ddfa7a
3 changed files with 9 additions and 13 deletions

View File

@@ -8,8 +8,6 @@ import requests
from odoo import models
from odoo.exceptions import ValidationError
from odoo.addons.sf_base.commons.common import Common
from odoo.addons.sf_mrs_connect.models.common import Common
_logger = logging.getLogger(__name__)