選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

12 行
172 B

  1. from frappe import _
  2. def get_data():
  3. return {
  4. "influxerp_com": {
  5. "color": "black",
  6. "icon": "fa fa-globe",
  7. "type": "module",
  8. "label": _("Conference")
  9. }
  10. }