~openobject-training/+junk/server

« back to all changes in this revision

Viewing changes to bin/addons/base/ir/ir_rule.py

  • Committer: Xavier ALT
  • Date: 2010-01-12 16:55:35 UTC
  • Revision ID: x.alt@ajm.lu-20100112165535-ib7txvkl035cztkp
[FIX] remove cache of rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
210
210
        if query:
211
211
            query = '('+query+')'
212
212
        return query, val
213
 
    domain_get = tools.cache()(domain_get)
 
213
#    domain_get = tools.cache()(domain_get)
214
214
 
215
215
    def unlink(self, cr, uid, ids, context=None):
216
216
        res = super(ir_rule, self).unlink(cr, uid, ids, context=context)