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.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
1
Reply
4844
Views
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:


And find it like this:

Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
2
Mar 15
|
6606 | ||
|
2
May 25
|
1214 | ||
Odoo 18 - Notes module
Solved
|
|
1
Jan 25
|
2527 | |
|
2
Jan 24
|
2779 | ||
|
0
Nov 23
|
1580 |