3
0
Fork 0

[FIX] coding style

7.0
Holger Brunn 2015-03-18 10:22:38 +01:00
parent b09a74053f
commit 48e8f885d5
1 changed files with 3 additions and 4 deletions

View File

@ -96,8 +96,7 @@ class IrFilters(Model):
context=None):
self.write(cr, uid, ids, {'domain_this': field_value})
def _evaluate_get(self, cr, uid, ids, field_name, args,
context=None):
def _evaluate_get(self, cr, uid, ids, field_name, args, context=None):
"""check if this filter contains references to x2many fields. If so,
then negation goes wrong in nearly all cases, so we evaluate the
filter and remove its resulting ids"""