Hi I try add Log Note to Lead using API but I can't find how to do that. I find that new Log Note is create as mail.message. But I don't know how i should create this object and bind it with particular lead. Any help with that?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
1
회신
7834
화면
Try first to make a record from the MESSAGES Menu in Developer Mode.
Related Document Model (model) = the document TYPE the Note is attached to (crm.lead or sale.order)
Related Document ID (res_id) = the ID of the document the Note is attached to
Subtype (subtype_id) = Note if the message is a Note
Given a crm.lead document with ID = 2, this is how you would manually create a Note:
This shows like this:
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
3
3월 23
|
4441 | ||
|
0
7월 21
|
1874 | ||
Simple API example
해결 완료
|
|
3
5월 19
|
18838 | |
|
1
1월 23
|
2787 | ||
|
0
12월 21
|
3195 |