What functionality odoo 17 servers to give users much more smooth filter options?
Hi all, I feel like that the default's search is not bad however for some users might feel clunky and they could not like doing small work which seems to them as something very "why am I doing this?!". I'm looking to a more familiar dropdown filters and search input boxes. What kind of examples I could see?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilitat
- Inventari
- PoS
- Project
- MRP
This question has been flagged
993
Vistes
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-seRelated Posts | Respostes | Vistes | Activitat | |
---|---|---|---|---|
|
0
d’abr. 23
|
2195 | ||
|
3
de març 25
|
2815 | ||
|
0
de març 25
|
1352 | ||
|
4
de gen. 25
|
2333 | ||
|
1
de nov. 24
|
2427 |
A use case describing your expectation would help a lot.
The search function on Odoo is powerful and most people love it. For the ones that feel it's clunky, you could possibly limit the search options they see and experience.
Hi @NuProcess Admin, well for example introduce buttons that do automatic filtering based on the description of the button, "Get Attendees" and then the only thing that the user will see is are the attendees. Then, there are some drop-down filters in React.js style. This offers the users more familiarity on what they want to filter to make it more user appealing.
Currently I have implemented some buttons in the <header> section of the view but they appear only when a user selects a record. You could say I could make a JS OWL functionality for that but I don't know how well will JS OWL be compatible with a traditional view unless I remake the entire page using JS templates.
Let me know if I still let room for ambiguity, I will do my best to explain more detailed.