中国本土应用
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

23 lines
659B

  1. # -*- coding: utf-8 -*-
  2. from odoo import api, fields, models, tools, _
  3. class Company(models.Model):
  4. _inherit = "res.company"
  5. # material_agentid = fields.Char("Material Agent Id", default="0000000",)
  6. # material_secret = fields.Char(
  7. # "Material Secret", default="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
  8. # )
  9. # 素材库
  10. material_app_id = fields.Many2one(
  11. "wecom.apps",
  12. string="Material Application",
  13. # required=True,
  14. # default=lambda self: self.env.company,
  15. # domain="[('company_id', '=', current_company_id)]",
  16. domain="[('company_id', '=', current_company_id)]",
  17. )
上海开阖软件有限公司 沪ICP备12045867号-1