根据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,10 +1,10 @@
# -*- coding: utf-8 -*-
import requests
import logging
import json
import base64
import requests
from odoo import models
from odoo.exceptions import ValidationError
import logging
from odoo.addons.sf_base.commons.common import Common
_logger = logging.getLogger(__name__)