Search code examples
pythonfilterodooodoo-8

How to remove filters in advance search in odoo


I want to remove filters which are in advance search in odoo tree views. Its easy to remove filters and group by which display in top of tree view. But in advance search all filters are displaying, and i want some of them, and other ones want to remove, is there any solution to remove advance filters in odoo?


Solution

  • As far as i can see here models.Model fields_get() is called to get the advanced search field list. You should either work around the javascript code or override the fields_get().