This question has been flagged
1 Reply
7335 Views

Hi All,

I have advance search filter condition in python file, how can i get??

image description

I want this date in py file can i get ??

Avatar
Discard

You want the date in a Python file? What's the point? Perhaps you're looking for the "Save current filter" to reuse it later?

Author

I have create excel report based on date search criteria, and i want write header of my report like 'For the date_____ ' in blank i want rite date that why i looking for current filter

Best Answer

Hello,

Just override def search method in that particular object in args you will get.

Avatar
Discard
Author

Thanks for the reply but i want this filter in web/controllers/main.py there i can not override this method

hi how can be change the labels in the advanced search option Eg: in the customer search form the first label "Active" is changed to "Present" Is it possible.