Better view for account_analytic_analysis

bzr revid: fp@tinyerp.com-0f142c8988f28d720ab042e2b7f8289bba5a62f3
This commit is contained in:
Fabien Pinckaers 2007-06-07 08:23:09 +00:00
parent 041b54dcad
commit 7179c830fb
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ class cache(object):
if cr is None:
self.cache = {}
return True
# Update named arguments with positional argument values
kwargs.update(dict(zip(arg_names, args)))
kwargs = kwargs.items()