中国本土应用
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

15 行
300B

  1. # -*- coding: utf-8 -*-
  2. from odoo import api, models, tools, _
  3. import logging
  4. _logger = logging.getLogger(__name__)
  5. class WecomApiToolsMessage(models.AbstractModel):
  6. _name = "wecomapi.tools.message"
  7. _description = "Wecom API Tools - Message"
  8. def message_split(text):
  9. """ """
上海开阖软件有限公司 沪ICP备12045867号-1