[MERGE/IMP] Project_long_term: Refactoring Scheduling Process.
authorjam-openerp <jam@tinyerp.com>
Wed, 5 Jan 2011 13:48:15 +0000 (19:18 +0530)
committerjam-openerp <jam@tinyerp.com>
Wed, 5 Jan 2011 13:48:15 +0000 (19:18 +0530)
bzr revid: jam@tinyerp.com-20110105134815-22bwql7jebvxqeh2

1  2 
addons/project_long_term/project_long_term.py

@@@ -620,10 -628,10 +628,11 @@@ def Project_%d()
                  task_ids.append(task.id)
  
              #Temp File to test the Code for the Allocation
 -            fn = '/home/tiny/Desktop/plt_1.py'
 -            fp = open(fn, 'w')
 -            fp.writelines(func_str)
 -            fp.close()
 +#            fn = '/home/hmo/Desktop/plt.py'
 +#            fp = open(fn, 'w')
 +#            fp.writelines(func_str)
 +#            fp.close()
++
      
              # Allocating Memory for the required Project and Pahses and Resources
              exec(func_str)