I have a tree view inside an odoo-10 with 15,000 records. On the tree view action I have applied a domain that filters out records from the original count and shows some 100 records on the screen.
My problem starts here, Now when I search for some record inside filter box, Odoo shows/calculates result from only those 100 records Whereas, I want filtered result from all of my 15,000 records. Could it be possible? Thanks for the help in advance.