Blog Directory logo  Blog Directory
  •  Login
  • Register
  • Featured BlogsBlog Listing
    © 2026, Blog Directory
     | 
    Support
               Submit a Blog
               Submit a Blog
    Member - {  Blog Details }

    hero image

    blog address: http://findnerd.com/list/view/How-to-set-the-Advanced-filters-in-OpenERPOdoo/6144

    keywords: Advanced Filters In OpenERP/Odoo, Use Advanced Filters In Odoo

    member since: Dec 23, 2015 | Viewed: 229

    How to set the Advanced filters in OpenERP

    Category: Academics

    oddon.png Step-1 Install the web_advanced_filters module. Step-2 After that custmozie .py(Python file) file in web_advanced_filters module: In below example, I have custmozied .py file. You can directly copy the below python code in your .py file. class IrFilters(Model): _inherit = 'ir.filters' _evaluate_before_negate = ['one2many', 'many2many'] def _is_frozen_get(self, cr, uid, ids, field_name, args, context=None): '''determine if this is fixed list of ids''' result = {} for this in self.browse(cr, uid, ids, context=context): try: domain = safe_eval(this.domain) except: domain = [expression.FALSE_LEAF] result[this.id] = (len(domain) == 1 and expression.is_leaf(domain[0]) and domain[0][0] == 'id') return result def _domain_get(self, cr, uid, ids, field_name, args, context=None): ........... Read full blog at -http://findnerd.com/list/view/How-to-set-the-Advanced-filters-in-OpenERPOdoo/6144



    { More Related Blogs }
    PCOS and Sleep Apnea

    Academics

    PCOS and Sleep Apnea...


    Apr 15, 2024
    Software development

    Academics

    Software development...


    Dec 11, 2023
    What are the Major Accidents and their Causes in Construction Sites?

    Academics

    What are the Major Accidents a...


    Feb 15, 2016
    Cross Platform Mobile App Development For Everything

    Academics

    Cross Platform Mobile App Deve...


    May 19, 2016
    Corporate Training providers in Bhubaneswar

    Academics

    Corporate Training providers i...


    Sep 20, 2021
    HolleewoodHAIR

    Academics

    HolleewoodHAIR...


    Nov 17, 2015