~zaber/openobject-addons/stable_5.0-extra-addons

« back to all changes in this revision

Viewing changes to olap/cube/axis_map.py

  • Committer: asb (Open ERP)
  • Date: 2009-03-06 14:37:14 UTC
  • mto: This revision was merged to the branch mainline in revision 3588.
  • Revision ID: asb@tinyerp.com-20090306143714-ncuch5f360gjp3lm
* Added the olap_crm - Demo Cube for the CRM

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
class column_mapping_value(mapping):
40
40
        def __init__(self, value, position=0):
41
 
#               print value
 
41
                print "\n\n\n &&&&&&&&&&&&& \n\n",value
42
42
                self.axis_value = {}
43
43
                for v in range(len(value)):
44
44
                        self.axis_value[value[v][0]] = v