优化警告问题

This commit is contained in:
mgw
2023-11-28 08:59:01 +08:00
parent 9fef877d12
commit 4d8b463cb3

View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
import logging
from odoo import api, fields, models, _
from odoo import api, fields, models
_logger = logging.getLogger(__name__)