~vauxoo/addons-vauxoo/6.0-trunk

« back to all changes in this revision

Viewing changes to crm_profile_reporting/report/crm_profile_report.py

  • Committer: Moises Lopez
  • Date: 2014-10-09 21:30:17 UTC
  • mfrom: (879.1.7 trunk-addons-vauxoo)
  • Revision ID: moylop260@vauxoo.com-20141009213017-u3jicyg8xery3r8c
[MERGE] upforward 7.0
-Fix unused import
-Fix relative import
-Fix full path import
-Fix trailing whitespace pylint error C0303
-Fix autopep8 ignoring E501 & E128
-Fix reimported
-Fix __openerp__.py files
-Translate update

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- encoding: utf-8 -*-
2
2
import time
3
3
from openerp.report import report_sxw
4
 
from openerp.tools.translate import _
5
 
 
6
 
import smtplib
7
 
import mimetypes
8
 
import base64
9
 
from email.MIMEText import MIMEText
10
 
from email.Encoders import encode_base64
11
4
 
12
5
 
13
6
class crm_report_profile(report_sxw.rml_parse):
 
7
 
14
8
    """
15
9
    Description about crm_report_profile
16
10
    """