中国本土应用
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.

34 lines
1.9KB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <data noupdate="1">
  4. <!-- 通讯录应用 -->
  5. <record id="wecom_app_contacts" model="wecom.apps">
  6. <field name="company_id" ref="base.main_company"/>
  7. <field name="app_name">Contacts synchronization</field>
  8. <field name="type">manage</field>
  9. <field name="type_id" ref="oec_im_wecom_base.wecom_app_type_manage"/>
  10. <!-- <field name="subtype_ids" ref="oec_im_wecom_base.wecom_app_subtype_contacts"/> -->
  11. <field name="subtype_ids" eval="[(4, ref('oec_im_wecom_base.wecom_app_subtype_contacts_management'))]"/>
  12. <!-- <field name="type_code">['contacts']</field> -->
  13. <field name="description">Contacts can be synchronized through the API interface or through third-party applications</field>
  14. <field name="square_logo_url">https://wwcdn.weixin.qq.com/node/wwmng/wwmng/style/images/icons/AppAddressSyncBig$c4dae6e7.svg</field>
  15. <field name="sequence">0</field>
  16. </record>
  17. <!-- 自建应用 -->
  18. <record id="wecom_app_first_self_app" model="wecom.apps">
  19. <field name="company_id" ref="base.main_company"/>
  20. <field name="app_name">The first application you built yourself.</field>
  21. <field name="type">self</field>
  22. <field name="type_id" ref="oec_im_wecom_base.wecom_app_type_self"/>
  23. <!-- <field name="subtype_ids" eval="[(4, ref('oec_im_wecom_base.wecom_app_subtype_auth')),(4, ref('oec_im_wecom_base.wecom_app_subtype_app')),(4, ref('oec_im_wecom_base.wecom_app_subtype_message_push')),(4, ref('oec_im_wecom_base.wecom_app_subtype_material_management'))]"/> -->
  24. <field name="description"></field>
  25. <field name="square_logo_url"></field>
  26. <field name="sequence">1</field>
  27. </record>
  28. </data>
  29. </odoo>
上海开阖软件有限公司 沪ICP备12045867号-1