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
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
1343
Vues
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire
actually the issue is with the view type, comparing with existing view given me the clue behind the issue and it is solved now.