update common

This commit is contained in:
ivan deng
2021-08-29 21:29:06 +08:00
parent ac5d85ee9f
commit 63b81bc96d
8 changed files with 25 additions and 99 deletions

View File

@@ -0,0 +1,10 @@
# -*- 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)