update app to 15

This commit is contained in:
ivan deng
2021-12-03 14:20:22 +08:00
parent dbaa87081a
commit 627381c1be
37 changed files with 10201 additions and 0 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)