~jamesj/openobject-addons/c2c_budget_fixes

« back to all changes in this revision

Viewing changes to olap/cube/query.py

[IMP] Adding multi_company_stock_module, nto finished

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
                    axis_result2 += map(lambda x: (map(lambda y: y or False,x[0]),x[1] or False), r['value'])
121
121
                axis_result.append(axis_result2)
122
122
                axis.append(result)
123
 
                cube_size.append(length)
124
 
            
 
123
                cube_size.append(length)    
125
124
        cube_data = self._cube_create(cube_size)
126
125
        cr = []
127
126
        slice = self.slicer.run(metadata)