~vauxoo/addons-vauxoo/7.0-user_story-rev4-kty

« back to all changes in this revision

Viewing changes to project_conf/__openerp__.py

[MERGE] Backport from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
##############################################################################
 
2
#
 
3
#    OpenERP, Open Source Management Solution    
 
4
#    Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>). All Rights Reserved
 
5
#    d$
 
6
###############Credits######################################################
 
7
#    Coded by: Vauxoo C.A. (Maria Gabriela Quilarque)          
 
8
#    Planified by: Nhomar Hernandez
 
9
#    Audited by: Vauxoo C.A.
 
10
##############################################################################
 
11
#    This program is free software: you can redistribute it and/or modify
 
12
#    it under the terms of the GNU General Public License as published by
 
13
#    the Free Software Foundation, either version 3 of the License, or
 
14
#    (at your option) any later version.
 
15
#
 
16
#    This program is distributed in the hope that it will be useful,
 
17
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
18
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
19
#    GNU General Public License for more details.
 
20
#
 
21
#    You should have received a copy of the GNU General Public License
 
22
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
23
#
 
24
##############################################################################
 
25
 
 
26
{
 
27
    "name" : "Project Configuration",
 
28
    "version" : "0.1",
 
29
    "depends" : ["base","project","email_template"],
 
30
    "author" : ["Vauxoo",],
 
31
    "description" : """
 
32
Project Configuration
 
33
=====================
 
34
 
 
35
**When you install this module:**
 
36
   * Load  two new columns called:
 
37
        * Backlog.
 
38
        * Project Leader.
 
39
 
 
40
.. image:: project_conf/static/src/img/columns.png
 
41
.
 
42
   * Load the templates automatically:
 
43
       * Envio de Tarea por Email: Email Template to send email by task. 
 
44
       * Template to Outgoing mail server.
 
45
       * Envio de Reporte de Credenciales del Server: After install server, the user should send this email.
 
46
 
 
47
**What need you do after install this module:**
 
48
 
 
49
    - For configurate server go to the Menu: Setting->Technical->Email->Outgoing Mail Servers->OUT SERVER, set password for username and Test Conecction.
 
50
   
 
51
.. image:: project_conf/static/src/img/test_connection.png
 
52
.
 
53
    - For active any template go to the Menu: Setting->Technical->Email->Templates, select the template and action triggers **Act context action**:
 
54
   
 
55
.. image:: project_conf/static/src/img/add_context_action.png
 
56
.
 
57
      And before for see the action, go to any task and press More-> Send Mail (New Task)
 
58
      
 
59
.. image:: project_conf/static/src/img/send_mail.png
 
60
.
 
61
    
 
62
    - Go to the Users and set the Email.
 
63
    - Go to the Menu: Settings-> Technical-> Scheduler -> Scheduler Actions. Sign in template: **Email Queue Manager**, configurate Interval Number,
 
64
      and Interval Unit.
 
65
    - Configurate for projects required the columns:
 
66
          * Backlog.
 
67
          * Project Leader.
 
68
    - For template: **Envio de Reporte de Credenciales del Server**, you may replace words blue colors with real information.
 
69
 
 
70
""",
 
71
    "website" : "http://vauxoo.com",
 
72
    "category" : "Generic Modules",
 
73
    "init_xml" : [
 
74
    ],
 
75
    "demo_xml" : [
 
76
    ],
 
77
    "update_xml" : [
 
78
      "data/project_conf.xml"
 
79
    ],
 
80
    "active": False,
 
81
    "images": [],
 
82
    "installable": True,
 
83
}