opt common ,16与18一致

This commit is contained in:
Ivan Office
2025-01-26 00:32:58 +08:00
parent 646f7353a1
commit e148fb5996

View File

@@ -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)