Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
3025 Lượt xem

Is there a way of searching out text in the logged notes of the crm pipeline?

Ảnh đại diện
Huỷ bỏ
Tác giả

Thanks, all I have to do now is learn how to implement that.

Câu trả lời hay nhất

You can inherit  crm.view_crm_case_opportunities_filter view  and add the below:

<record id="crm_lead_view_search_notes" model="ir.ui.view">
<field name="name">crm.lead.view.search.notes</field>
<field name="model">crm.lead</field>
<field name="inherit_id" ref="crm.view_crm_case_opportunities_filter"/>
<field name="arch" type="xml">
<field name="activity_state" position="after">
<field name="message_ids" string="Notes" filter_domain="[('message_ids.body','ilike',self)]"/>
</field>
</field>
</record>

Then you can search in chatter from Search.


Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 6 24
1587
1
thg 3 21
3183
2
thg 8 25
734
1
thg 7 25
698
2
thg 5 25
1590