用户新增企业微信id

This commit is contained in:
guanhuan
2024-09-20 14:24:50 +08:00
parent d067c5b8c4
commit 56f1ba0f25
7 changed files with 40 additions and 3 deletions

12
sf_hr/models/res_users.py Normal file
View File

@@ -0,0 +1,12 @@
# -*- coding: utf-8 -*-
from odoo import models, fields, api
import logging
_logger = logging.getLogger(__name__)
class ResUsers(models.Model):
_inherit = 'res.users'
we_employee_id = fields.Char(string=u'企业微信账号', default="")