根据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 -*-
from odoo import models
import time
import hashlib
from odoo import models
class Common(models.Model):