was using a custom search template in my module, and while user enetering any data in the filter fields I am creating it as a domain and calling the do_action() method as follows:
but after the search the listview filtered as a new record (something like Units/Units), and the enterd filter contents were not vivsible on that view, but when we click on ethe first Units, then the records were resetted but the filter data is present there,
Is there a way to prevent it to show the result in another view?
I need to display the search result in the same listview page so that the filter criteria also visible to the user.
Thanks in advance.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
1336
Visualizzazioni
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
Registrati
actually the issue is with the view type, comparing with existing view given me the clue behind the issue and it is solved now.