← Back to team overview

openerp-expert-framework team mailing list archive

New cache system broke translations ?

 

Hi guys,

I'm working on the trunk and I encounter a bug since a recent commit. After
some debug, it appears that the new cache system might be the problem. I
would like to have a confirmation.

In ir_translation.py, line 112, there is :

self._get_ids.clear_cache(self, uid, name, tt, lang, ids)

The problem is that "ids" is a list. We can see that in the clear_cache
method (tools/ca