~credativ/openobject-addons/c2c-extra

« back to all changes in this revision

Viewing changes to event_certificate/report/report_certificate.py

  • Committer: ksa (Open ERP)
  • Date: 2010-07-06 05:10:58 UTC
  • Revision ID: ksa@tinyerp.co.in-20100706051058-x96e97ij1pvuu9ey
[IMP]:Remove print statement

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- encoding: utf-8 -*-
2
2
##############################################################################
3
 
#    
 
3
#
4
4
#    OpenERP, Open Source Management Solution
5
5
#    Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>).
6
6
#
15
15
#    GNU Affero General Public License for more details.
16
16
#
17
17
#    You should have received a copy of the GNU Affero General Public License
18
 
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.     
 
18
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
19
#
20
20
##############################################################################
21
21
import time
32
32
            'time': time,
33
33
            #'get_date':self.get_date,
34
34
        })
35
 
        
 
35
 
36
36
#    def get_date(self, st_date, end_date):
37
37
#        date_res = ''
38
38
#        date_time_format = ''
49
49
#            new_d2 = d2.strftime('%d %B %Y %H:%M:%S')
50
50
#            date_res = str(new_d1) +" "+ 'To' +" "+ str(new_d2)
51
51
#        except Exception,e:
52
 
#            print "Exception::::e",e
53
52
#            pass
54
53
#        return date_res
55
 
            
56
 
    
 
54
 
 
55
 
57
56
report_sxw.report_sxw('report.event.certificate','event.registration','event_certificate/report/event_certificate.rml',parser=event_certificate)
58
57
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: