Odoo与企业微信对接(Odoo18对接企业微信)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
340B

  1. # -*- coding: utf-8 -*-
  2. """
  3. @Time : 2022/12/22 08:44
  4. @Author : Jason Zou
  5. @Email : zou.jason@qq.com
  6. """
  7. from odoo import models, fields
  8. class StaffEMPAccount(models.Model):
  9. _inherit = 'staff'
  10. ewc_enable = fields.Boolean(string='禁用企业微信', default=False, help='企微:勾选表示禁用成员,默认不勾选')
上海开阖软件有限公司 沪ICP备12045867号-1