Skip to Content
Menu
This question has been flagged
1 Reply
5014 Views

What is the best way to annotate on a part record the customer's piece of equipment that the part was used on?  I need it to be searchable because our customers will often call and reference their asset tag number with a generic part name of what the want to buy.  I tired to "Log a Note", but I have to go into developer mode to search the messages.

Avatar
Discard
Best Answer

Did you see that you can customize Odoo to search the Chatter (including the contents of LOG A NOTE)?

 Create your own view that inherits the Search View for (in this example: Helpdesk Tickets) and add this:

<field name="message_ids" string="Chatter" filter_domain="[('message_ids.body','ilike',self)]"/>
Example: 
 


 
 
 
 
And find it like this:
 
Avatar
Discard
Related Posts Replies Views Activity
2
Mar 15
6801
2
May 25
1748
1
Jan 25
3282
2
Jan 24
3274
0
Nov 23
1889