In the orm I see this definition: def _where_calc(self, cr, user, args, active_test=True, context=None):
but this call further on uses a different signature: (qu1,qu2,tables) = self._where_calc(cr, user, args, context=context) How does this work? Gerry _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
