根据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,8 @@
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import api, fields, models, _
from dateutil.relativedelta import relativedelta
from odoo import api, fields, models, _
class MaintenanceEquipment(models.Model):