根据odoo规则修改py文件中得import顺序

This commit is contained in:
qihao.gong@jikimo.com
2023-11-20 14:59:06 +08:00
parent 41a9aa86a7
commit 1da7a0195d
10 changed files with 18 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
import logging
import requests
import json
import requests
from odoo import fields, models, api
from odoo.exceptions import ValidationError
from odoo.addons.sf_base.commons.common import Common