修复导入错误,优化不使用的模块

This commit is contained in:
mgw
2023-11-20 17:38:03 +08:00
parent 718b1f9edf
commit d53e664881
3 changed files with 7 additions and 13 deletions

View File

@@ -1,10 +1,10 @@
from datetime import datetime
from collections import defaultdict, namedtuple
import logging
import requests
from odoo import api, fields, models, SUPERUSER_ID, _
from odoo.exceptions import UserError
from odoo.exceptions import ValidationError
from collections import defaultdict, namedtuple
_logger = logging.getLogger(__name__)