删除重复we_employee_id

This commit is contained in:
guanhuan
2024-09-26 17:57:17 +08:00
parent ed4924651a
commit 1050f7616b
4 changed files with 0 additions and 34 deletions

View File

@@ -2,4 +2,3 @@
from . import hr_employee
from . import res_config_setting
from . import res_users

View File

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