~vauxoo/addons-vauxoo/6.0-trunk

« back to all changes in this revision

Viewing changes to crm_profile_reporting/__openerp__.py

  • Committer: Miguel Delgado
  • Date: 2011-09-13 19:41:25 UTC
  • Revision ID: miguel.delgado07@gmail.com-20110913194125-pwcxyw8g8zj9qykr

[ADD] was added to the translation file 

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
    "author" : "",
7
7
    "description" : """
8
8
    What do this module:
9
 
      
 
9
 
10
10
    This module prints the report of the accepted partners and send it by mail
11
 
    
 
11
 
12
12
    How Install:
13
 
 
14
 
    1.- In the menu Tools / Configuration / Email Template / Email Accounts, the accounts are configured to send mail as follows
15
 
        Fill the fields as follows:
16
 
 
 
13
    1.- In the menu Tools/Configuration/Email Template/Email Accounts, the accounts are configured to send mail as follows Fill the fields as follows:
17
14
          -Description: This stands as the mail sender's description Example: John Doe <john@doe.com>
18
 
 
19
15
          -Server: smtp server is placed in the mail provider which is affiliated
20
16
                GMAIL: smtp.gmail.com
21
17
                HOTMAIL: smtp.live.com
22
18
                YAHOO: smtp.yahoo.mail.com
23
 
 
24
19
          -Smtp port: port is placed smtp mail provider which is affiliated
25
20
                GMAIL: 587
26
21
                HOTMAIL: 25
27
22
                YAHOO: 587
28
 
 
29
 
          -From Email: Place the mail sender. Example: John Doe <john@doe.com>.
30
 
 
31
 
          -Password: The password is placed in the mail introduced in the previous field (This is used to test the connection to
32
 
           the SMTP server).
33
 
 
 
23
          -From Email: Put the mail sender. Example: John Doe <john@doe.com>.
 
24
          -Password: The password is placed in the mail introduced in the previous field (This is used to test the connection to the SMTP server).
34
25
          -User Name: Place the user name if required by the smtp server.
35
 
 
36
26
        Click the button Test Outgoing Connection to test the SMTP server connection, otherwise check the above fields.
37
 
 
38
 
    2.- In the menu Tools /Configuration/Email Template/Email Templates, the templates are configured as follows
39
 
        Fill the fields as follows:
40
 
 
 
27
    2.- In the menu Tools/Configuration/Email Template/Email Templates, the templates are configured as follows Fill the fields as follows:
41
28
        2.1- In page Mail Details
42
 
 
43
29
          -Name: Write the name that going to have the template  (CRM Profile Report Template).
44
 
 
45
30
          -Resource: n this field we select the model from which we send the email  (res.partner).
46
 
 
47
31
          -Email Account: Select the account created in the previous step.
48
 
 
49
 
          -Recipient (to) write to whom it is addressed mail ($ {object.email})
50
 
 
 
32
          -Recipient (to) write to whom it is addressed mail (${object.email})
51
33
          -Subject: write the subject of the mail (CRM Profile Report)
52
 
 
53
 
    2.2.- In page Advanced
54
 
 
 
34
        2.2.- In page Advanced
55
35
          -Report to send: Select this report (Print Profile Report)
56
 
 
57
 
    2.3.-We create the action with the button Create Action.
58
 
 
59
 
    2.4.-Save the configuration.
60
 
 
 
36
        2.3.- We create the action with the button Create Action.
 
37
        2.4.- Save the configuration.
61
38
                    """,
62
39
    "website" : "http://vauxoo.com",
63
40
    "category" : "Generic Modules/Accounting",