bzr revid: fp@tinyerp.com-13cb74bdd675121ccde034da4a736497100cbe1e
This commit is contained in:
Fabien Pinckaers 2008-02-08 16:15:41 +00:00
parent 6215af103f
commit c5c654f72d
1 changed files with 3 additions and 0 deletions

View File

@ -211,6 +211,9 @@ class ir_rule(osv.osv):
query = query_global
val = val_global
if query:
query = '('+query+')'
return query, val
domain_get = tools.cache()(domain_get)