From e148fb5996655da580b1a2a18196c9159acf8d5e Mon Sep 17 00:00:00 2001 From: Ivan Office Date: Sun, 26 Jan 2025 00:32:58 +0800 Subject: [PATCH] =?UTF-8?q?opt=20common=20=EF=BC=8C16=E4=B8=8E18=E4=B8=80?= =?UTF-8?q?=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app_common/models/res_users.py | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 app_common/models/res_users.py diff --git a/app_common/models/res_users.py b/app_common/models/res_users.py deleted file mode 100644 index 1c18b7ad..00000000 --- a/app_common/models/res_users.py +++ /dev/null @@ -1,10 +0,0 @@ -# -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. - -from odoo import api, fields, models, tools, _ - - -class ResUsers(models.Model): - _inherit = 'res.users' - - login = fields.Char(index=True)