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

« back to all changes in this revision

Viewing changes to project_conf/data/project_conf.xml

[MERGE] Merge from 7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<openerp>
 
3
    <data noupdate="1">
 
4
    <!-- 
 
5
    =====================================================
 
6
    SERVERT OUT
 
7
    =====================================================
 
8
    -->
 
9
        <record id="template_outgoing_mail_server" model="ir.mail_server">
 
10
            <field name="name">SERVER OUT</field>
 
11
            <field name="smtp_host">smtp.gmail.com</field>
 
12
            <field name="sequence">15</field>
 
13
            <field name="smtp_port">465</field>
 
14
            <field name="smtp_encryption">ssl</field>
 
15
            <field name="smtp_user">soporte@vauxoo.com</field>
 
16
            <field name="smtp_pass"></field>
 
17
        </record>
 
18
 
 
19
    <!-- 
 
20
    =====================================================
 
21
    TASK STAGE: BACKLOG
 
22
    =====================================================
 
23
    -->
 
24
        <record id="project_tt_backlog" model="project.task.type">
 
25
            <field name="sequence">0</field>
 
26
            <field name="name">Backlog</field>
 
27
            <field name="state">draft</field>
 
28
            <field name="case_default" eval="True"/>
 
29
        </record>
 
30
        
 
31
    <!-- 
 
32
    =====================================================
 
33
    TASK STAGE: Testing Leader
 
34
    =====================================================
 
35
    -->
 
36
        <record id="project_tt_leader" model="project.task.type">
 
37
            <field name="sequence">6</field>
 
38
            <field name="name">Testing Leader</field>
 
39
            <field name="state">pending</field>
 
40
            <field name="case_default" eval="True"/>
 
41
        </record>
 
42
    
 
43
    <!-- 
 
44
    =====================================================
 
45
    SEND EMAIL TEMPLATE
 
46
    =====================================================
 
47
    -->        
 
48
        <record id="template_send_email_task_new" model="email.template">
 
49
            <field name="name">Envio de Tarea por Email</field>
 
50
            <field name="email_from">soporte@vauxoo.com</field>
 
51
            <field name="model_id" ref="project.model_project_task" />
 
52
            <field name="subject">#${object.id} - ${object.name} - ${object.partner_id.name and object.partner_id.name or ''}</field>
 
53
            <field name="auto_delete" eval="True"/>
 
54
            <field name="mail_server_id" ref="template_outgoing_mail_server"/>
 
55
            <field name="email_to">${object.user_id.email}</field>
 
56
            <field name="email_cc">nhomar@vauxoo.com,rafael@vauxoo.com,hbto@vauxoo.com,gabriela@vauxoo.com</field>
 
57
            <field name="body_html"><![CDATA[<html>
 
58
    <head>
 
59
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 
60
        <title>*|MC:SUBJECT|*</title>
 
61
                <style type="text/css">
 
62
                        /* Client-specific Styles */
 
63
                        #outlook a{padding:0;} /* Force Outlook to provide a "view in browser" button. */
 
64
                        body{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */
 
65
                        body{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */
 
66
                        
 
67
                        /* Reset Styles */
 
68
                        body{margin:0; padding:0;}
 
69
                        img{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}
 
70
                        table td{border-collapse:collapse;}
 
71
                        #backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}
 
72
                        
 
73
                        /* Template Styles */
 
74
                        
 
75
                        /* /\/\/\/\/\/\/\/\/\/\ STANDARD STYLING: COMMON PAGE ELEMENTS /\/\/\/\/\/\/\/\/\/\ */
 
76
 
 
77
                        /**
 
78
                        * @tab Page
 
79
                        * @section background color
 
80
                        * @tip Set the background color for your email. You may want to choose one that matches your company's branding.
 
81
                        * @theme page
 
82
                        */
 
83
                        body, #backgroundTable{
 
84
                                /*@editable*/ background-color:#FAFAFA;
 
85
                        }
 
86
                        
 
87
                        /**
 
88
                        * @tab Page
 
89
                        * @section email border
 
90
                        * @tip Set the border for your email.
 
91
                        */
 
92
                        #templateContainer{
 
93
                                /*@editable*/ border:0;
 
94
                        }
 
95
                        
 
96
                        /**
 
97
                        * @tab Page
 
98
                        * @section heading 1
 
99
                        * @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.
 
100
                        * @style heading 1
 
101
                        */
 
102
                        h1, .h1{
 
103
                                /*@editable*/ color:#202020;
 
104
                                display:block;
 
105
                                /*@editable*/ font-family:Arial;
 
106
                                /*@editable*/ font-size:40px;
 
107
                                /*@editable*/ font-weight:bold;
 
108
                                /*@editable*/ line-height:100%;
 
109
                                margin-top:2%;
 
110
                                margin-right:0;
 
111
                                margin-bottom:1%;
 
112
                                margin-left:0;
 
113
                                /*@editable*/ text-align:left;
 
114
                        }
 
115
 
 
116
                        /**
 
117
                        * @tab Page
 
118
                        * @section heading 2
 
119
                        * @tip Set the styling for all second-level headings in your emails.
 
120
                        * @style heading 2
 
121
                        */
 
122
                        h2, .h2{
 
123
                                /*@editable*/ color:#404040;
 
124
                                display:block;
 
125
                                /*@editable*/ font-family:Arial;
 
126
                                /*@editable*/ font-size:18px;
 
127
                                /*@editable*/ font-weight:bold;
 
128
                                /*@editable*/ line-height:100%;
 
129
                                margin-top:2%;
 
130
                                margin-right:0;
 
131
                                margin-bottom:1%;
 
132
                                margin-left:0;
 
133
                                /*@editable*/ text-align:left;
 
134
                        }
 
135
 
 
136
                        /**
 
137
                        * @tab Page
 
138
                        * @section heading 3
 
139
                        * @tip Set the styling for all third-level headings in your emails.
 
140
                        * @style heading 3
 
141
                        */
 
142
                        h3, .h3{
 
143
                                /*@editable*/ color:#606060;
 
144
                                display:block;
 
145
                                /*@editable*/ font-family:Arial;
 
146
                                /*@editable*/ font-size:16px;
 
147
                                /*@editable*/ font-weight:bold;
 
148
                                /*@editable*/ line-height:100%;
 
149
                                margin-top:2%;
 
150
                                margin-right:0;
 
151
                                margin-bottom:1%;
 
152
                                margin-left:0;
 
153
                                /*@editable*/ text-align:left;
 
154
                        }
 
155
 
 
156
                        /**
 
157
                        * @tab Page
 
158
                        * @section heading 4
 
159
                        * @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.
 
160
                        * @style heading 4
 
161
                        */
 
162
                        h4, .h4{
 
163
                                /*@editable*/ color:#808080;
 
164
                                display:block;
 
165
                                /*@editable*/ font-family:Arial;
 
166
                                /*@editable*/ font-size:14px;
 
167
                                /*@editable*/ font-weight:bold;
 
168
                                /*@editable*/ line-height:100%;
 
169
                                margin-top:2%;
 
170
                                margin-right:0;
 
171
                                margin-bottom:1%;
 
172
                                margin-left:0;
 
173
                                /*@editable*/ text-align:left;
 
174
                        }
 
175
                        
 
176
                        /* /\/\/\/\/\/\/\/\/\/\ STANDARD STYLING: PREHEADER /\/\/\/\/\/\/\/\/\/\ */
 
177
                        
 
178
                        /**
 
179
                        * @tab Header
 
180
                        * @section preheader style
 
181
                        * @tip Set the background color for your email's preheader area.
 
182
                        * @theme page
 
183
                        */
 
184
                        #templatePreheader{
 
185
                                /*@editable*/ background-color:#FAFAFA;
 
186
                        }
 
187
                        
 
188
                        /**
 
189
                        * @tab Header
 
190
                        * @section preheader text
 
191
                        * @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.
 
192
                        */
 
193
                        .preheaderContent div{
 
194
                                /*@editable*/ color:#707070;
 
195
                                /*@editable*/ font-family:Arial;
 
196
                                /*@editable*/ font-size:10px;
 
197
                                /*@editable*/ line-height:100%;
 
198
                                /*@editable*/ text-align:left;
 
199
                        }
 
200
                        
 
201
                        /**
 
202
                        * @tab Header
 
203
                        * @section preheader link
 
204
                        * @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.
 
205
                        */
 
206
                        .preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{
 
207
                                /*@editable*/ color:#336699;
 
208
                                /*@editable*/ font-weight:normal;
 
209
                                /*@editable*/ text-decoration:underline;
 
210
                        }
 
211
                        
 
212
                        /**
 
213
                        * @tab Header
 
214
                        * @section social bar style
 
215
                        * @tip Set the background color and border for your email's footer social bar.
 
216
                        */
 
217
                        #social div{
 
218
                                /*@editable*/ text-align:right;
 
219
                        }
 
220
                        
 
221
                        /* /\/\/\/\/\/\/\/\/\/\ STANDARD STYLING: HEADER /\/\/\/\/\/\/\/\/\/\ */
 
222
                        
 
223
                        /**
 
224
                        * @tab Header
 
225
                        * @section header style
 
226
                        * @tip Set the background color and border for your email's header area.
 
227
                        * @theme header
 
228
                        */
 
229
                        #templateHeader{
 
230
                                /*@editable*/ background-color:#FFFFFF;
 
231
                                /*@editable*/ border-bottom:5px solid #505050;
 
232
                        }
 
233
                        
 
234
                        /**
 
235
                        * @tab Header
 
236
                        * @section header text
 
237
                        * @tip Set the styling for your email's header text. Choose a size and color that is easy to read.
 
238
                        */
 
239
                        .headerContent{
 
240
                                /*@editable*/ color:#202020;
 
241
                                /*@editable*/ font-family:Arial;
 
242
                                /*@editable*/ font-size:34px;
 
243
                                /*@editable*/ font-weight:bold;
 
244
                                /*@editable*/ line-height:100%;
 
245
                                /*@editable*/ padding:10px;
 
246
                                /*@editable*/ text-align:right;
 
247
                                /*@editable*/ vertical-align:middle;
 
248
                        }
 
249
                        
 
250
                        /**
 
251
                        * @tab Header
 
252
                        * @section header link
 
253
                        * @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.
 
254
                        */
 
255
                        .headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{
 
256
                                /*@editable*/ color:#336699;
 
257
                                /*@editable*/ font-weight:normal;
 
258
                                /*@editable*/ text-decoration:underline;
 
259
                        }
 
260
                        
 
261
                        #headerImage{
 
262
                                height:auto;
 
263
                                max-width:600px !important;
 
264
                        }
 
265
                        
 
266
                        /* /\/\/\/\/\/\/\/\/\/\ STANDARD STYLING: MAIN BODY /\/\/\/\/\/\/\/\/\/\ */
 
267
                        
 
268
                        /**
 
269
                        * @tab Body
 
270
                        * @section body style
 
271
                        * @tip Set the background color for your email's body area.
 
272
                        */
 
273
                        #templateContainer, .bodyContent{
 
274
                                /*@editable*/ background-color:#FDFDFD;
 
275
                        }
 
276
                        
 
277
                        /**
 
278
                        * @tab Body
 
279
                        * @section body text
 
280
                        * @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.
 
281
                        * @theme main
 
282
                        */
 
283
                        .bodyContent div{
 
284
                                /*@editable*/ color:#505050;
 
285
                                /*@editable*/ font-family:Arial;
 
286
                                /*@editable*/ font-size:14px;
 
287
                                /*@editable*/ line-height:150%;
 
288
                                /*@editable*/ text-align:justify;
 
289
                        }
 
290
                        
 
291
                        /**
 
292
                        * @tab Body
 
293
                        * @section body link
 
294
                        * @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.
 
295
                        */
 
296
                        .bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */{
 
297
                                /*@editable*/ color:#336699;
 
298
                                /*@editable*/ font-weight:normal;
 
299
                                /*@editable*/ text-decoration:underline;
 
300
                        }
 
301
                        
 
302
                        .bodyContent img{
 
303
                                display:inline;
 
304
                                height:auto;
 
305
                        }
 
306
                        
 
307
                        /* /\/\/\/\/\/\/\/\/\/\ STANDARD STYLING: SIDEBAR /\/\/\/\/\/\/\/\/\/\ */
 
308
                        
 
309
                        /**
 
310
                        * @tab Sidebar
 
311
                        * @section sidebar style
 
312
                        * @tip Set the background color and border for your email's sidebar area.
 
313
                        */
 
314
                        #templateSidebar{
 
315
                                /*@editable*/ background-color:#FDFDFD;
 
316
                        }
 
317
                        
 
318
                        /**
 
319
                        * @tab Sidebar
 
320
                        * @section sidebar style
 
321
                        * @tip Set the background color and border for your email's sidebar area.
 
322
                        */
 
323
                        .sidebarContent{
 
324
                                /*@editable*/ border-right:1px solid #DDDDDD;
 
325
                        }
 
326
                        
 
327
                        /**
 
328
                        * @tab Sidebar
 
329
                        * @section sidebar text
 
330
                        * @tip Set the styling for your email's sidebar text. Choose a size and color that is easy to read.
 
331
                        */
 
332
                        .sidebarContent div{
 
333
                                /*@editable*/ color:#505050;
 
334
                                /*@editable*/ font-family:Arial;
 
335
                                /*@editable*/ font-size:10px;
 
336
                                /*@editable*/ line-height:150%;
 
337
                                /*@editable*/ text-align:left;
 
338
                        }
 
339
                        
 
340
                        /**
 
341
                        * @tab Sidebar
 
342
                        * @section sidebar link
 
343
                        * @tip Set the styling for your email's sidebar links. Choose a color that helps them stand out from your text.
 
344
                        */
 
345
                        .sidebarContent div a:link, .sidebarContent div a:visited, /* Yahoo! Mail Override */ .sidebarContent div a .yshortcuts /* Yahoo! Mail Override */{
 
346
                                /*@editable*/ color:#336699;
 
347
                                /*@editable*/ font-weight:normal;
 
348
                                /*@editable*/ text-decoration:underline;
 
349
                        }
 
350
                        
 
351
                        .sidebarContent img{
 
352
                                display:inline;
 
353
                                height:auto;
 
354
                        }
 
355
                        
 
356
                        /* /\/\/\/\/\/\/\/\/\/\ STANDARD STYLING: FOOTER /\/\/\/\/\/\/\/\/\/\ */
 
357
                        
 
358
                        /**
 
359
                        * @tab Footer
 
360
                        * @section footer style
 
361
                        * @tip Set the background color and top border for your email's footer area.
 
362
                        * @theme footer
 
363
                        */
 
364
                        #templateFooter{
 
365
                                /*@editable*/ background-color:#FAFAFA;
 
366
                                /*@editable*/ border-top:3px solid #909090;
 
367
                        }
 
368
                        
 
369
                        /**
 
370
                        * @tab Footer
 
371
                        * @section footer text
 
372
                        * @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.
 
373
                        * @theme footer
 
374
                        */
 
375
                        .footerContent div{
 
376
                                /*@editable*/ color:#707070;
 
377
                                /*@editable*/ font-family:Arial;
 
378
                                /*@editable*/ font-size:11px;
 
379
                                /*@editable*/ line-height:125%;
 
380
                                /*@editable*/ text-align:left;
 
381
                        }
 
382
                        
 
383
                        /**
 
384
                        * @tab Footer
 
385
                        * @section footer link
 
386
                        * @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.
 
387
                        */
 
388
                        .footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{
 
389
                                /*@editable*/ color:#336699;
 
390
                                /*@editable*/ font-weight:normal;
 
391
                                /*@editable*/ text-decoration:underline;
 
392
                        }
 
393
                        
 
394
                        .footerContent img{
 
395
                                display:inline;
 
396
                        }
 
397
                        
 
398
                        /**
 
399
                        * @tab Footer
 
400
                        * @section social bar style
 
401
                        * @tip Set the background color and border for your email's footer social bar.
 
402
                        * @theme footer
 
403
                        */
 
404
                        #social{
 
405
                                /*@editable*/ background-color:#FFFFFF;
 
406
                                /*@editable*/ border:0;
 
407
                        }
 
408
                        
 
409
                        /**
 
410
                        * @tab Footer
 
411
                        * @section social bar style
 
412
                        * @tip Set the background color and border for your email's footer social bar.
 
413
                        */
 
414
                        #social div{
 
415
                                /*@editable*/ text-align:left;
 
416
                        }
 
417
                        
 
418
                        /**
 
419
                        * @tab Footer
 
420
                        * @section utility bar style
 
421
                        * @tip Set the background color and border for your email's footer utility bar.
 
422
                        * @theme footer
 
423
                        */
 
424
                        #utility{
 
425
                                /*@editable*/ background-color:#FAFAFA;
 
426
                                /*@editable*/ border-top:0;
 
427
                        }
 
428
 
 
429
                        /**
 
430
                        * @tab Footer
 
431
                        * @section utility bar style
 
432
                        * @tip Set the background color and border for your email's footer utility bar.
 
433
                        */
 
434
                        #utility div{
 
435
                                /*@editable*/ text-align:left;
 
436
                        }
 
437
                        
 
438
                        #monkeyRewards img{
 
439
                                max-width:170px !important;
 
440
                        }
 
441
                </style>
 
442
        </head>
 
443
    <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">
 
444
        <center>
 
445
                <table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="backgroundTable">
 
446
                <tr>
 
447
                        <td align="center" valign="top">
 
448
                        <table border="0" cellpadding="0" cellspacing="0" width="600" id="templateContainer">
 
449
                                <tr style="margin: 0px; padding: 0px; width: 600px; background-color: rgb(247, 247, 247);">
 
450
                                <td align="center" valign="top">
 
451
                                    <!-- // Begin Template Header \\ -->
 
452
                                        <table border="0" cellpadding="0" cellspacing="0" width="600" style="margin: 0px; padding: 0px; width: 600px; background-color: rgb(253, 253, 253);">
 
453
                                        <tr>
 
454
                                                <td class="headerContent">
 
455
                                                <img src="http://drive.google.com/uc?export=view&id=0B0ktFgMTDB8KVzJJU1gyYVF2VUU" style="max-width:180px; padding: 3px 3px 3px;" id="headerImage campaign-icon" mc:label="header_image" mc:edit="header_image" mc:allowtext />
 
456
                                            </td>
 
457
                                            <td class="headerContent" width="100%" style="padding-left:10px; padding-right:20px;">
 
458
                                                <div mc:edit="Header_content">
 
459
                                                    <h2>${object.name}</h2>
 
460
                                                </div>
 
461
                                            </td>
 
462
                                        </tr>
 
463
                                    </table>
 
464
                                    <!-- // End Template Header \\ -->
 
465
                                </td>
 
466
                            </tr>
 
467
                                <tr>
 
468
                                <td align="center" valign="top">
 
469
                                    <!-- // Begin Template Body \\ -->
 
470
                                        <table border="0" cellpadding="10" cellspacing="0" width="600" style="margin: 0px; padding: 0px; width: 600px; background-color: rgb(247, 247, 247);">
 
471
                                        <tr>
 
472
                                                <!-- // Begin Sidebar \\  -->
 
473
                                                <td valign="top" width="180" id="templateSidebar">
 
474
                                                <table border="0" cellpadding="0" cellspacing="0" width="100%">
 
475
                                                        <tr>
 
476
                                                        <td valign="top">
 
477
                                                        
 
478
                                                            <!-- // Begin Module: Standard Content \\ -->
 
479
                                                            <table border="0" cellpadding="20" cellspacing="0" width="100%" style="margin: 0px; padding: 0px; width: 100%; background-color: rgb(249, 252, 255);">
 
480
                                                                <tr>
 
481
                                                                    <td valign="top" style="padding-left:10px;">
 
482
                                                                        <div mc:edit="std_content01" >
 
483
                                                                            <strong>Acesso Sistema</strong>
 
484
                                                                            <br />
 
485
                                                                            http://erp.vauxoo.com/
 
486
                                                                            <br />
 
487
                                                                            <br />
 
488
                                                                            %if object.date_deadline:
 
489
                                                                            <strong>Fecha Límite</strong>
 
490
                                                                            <br />
 
491
                                                                            ${object.date_deadline}
 
492
                                                                            <br />
 
493
                                                                            <br />
 
494
                                                                            % endif
 
495
                                                                            %if object.planned_hours:
 
496
                                                                            <strong>Horas Estimadas:</strong>
 
497
                                                                            <br />
 
498
                                                                            ${object.planned_hours}
 
499
                                                                            <br />
 
500
                                                                            <br />
 
501
                                                                            % endif
 
502
                                                                            <strong>Instruciones:</strong>
 
503
                                                                            <br />
 
504
                                                                            <a href="http://erp.vauxoo.com/?ts=1369145623875&debug=#id=2&view_type=form&model=document.page&action=650">Manejo de Tareas</a> 
 
505
                                                                            <br />
 
506
                                                                            <br />
 
507
                                                                            %if object.manager_id.name:
 
508
                                                                            <strong>Responsable del Proy.:</strong>
 
509
                                                                            <br />
 
510
                                                                            ${object.manager_id.name}
 
511
                                                                            <br />
 
512
                                                                            <br />
 
513
                                                                            % endif
 
514
                                                                            Si tiene alguna duda al respecto favor de manifestarla.
 
515
                                                                        </div>
 
516
                                                                    </td>
 
517
                                                                </tr>
 
518
                                                            </table>
 
519
                                                            <!-- // End Module: Standard Content \\ -->
 
520
                                                        
 
521
                                                        </td>
 
522
                                                    </tr>
 
523
                                                </table>
 
524
                                            </td>
 
525
                                            <!-- // End Sidebar \\ -->
 
526
                                                <td valign="top" class="bodyContent">
 
527
                                            
 
528
                                                <!-- // Begin Module: Standard Content \\ -->
 
529
                                                <table border="0" cellpadding="10" cellspacing="0" width="100%">
 
530
                                                    <tr>
 
531
                                                        <td valign="top" style="padding-left:0;">
 
532
                                                            <div mc:edit="std_content00">
 
533
                                                                <h2 class="h2">Estimad@ ${object.user_id.name}</h2>
 
534
                                                                <h3 class="h3">Se le ha asignado la siguiente actividad</h3>
 
535
                                                                <pre style="font-size:1.1em; font-family:Arial">${object.description}</pre>
 
536
                                                                <br />
 
537
                                                                                                                        </div>
 
538
                                                                                                                </td>
 
539
                                                    </tr>
 
540
                                                </table>
 
541
                                                <!-- // End Module: Standard Content \\ -->
 
542
                                            
 
543
                                            </td>
 
544
                                        </tr>
 
545
                                    </table>
 
546
                                    <!-- // End Template Body \\ -->
 
547
                                </td>
 
548
                        </table>
 
549
                        <br />
 
550
                    </td>
 
551
                </tr>
 
552
            </table>
 
553
        </center>
 
554
    </body>
 
555
</html>
 
556
 
 
557
            ]]></field>
 
558
        </record>
 
559
 
 
560
 
 
561
    <!-- 
 
562
    =====================================================
 
563
    SERVER FUNCTIONAL TEMPLATE
 
564
    =====================================================
 
565
    -->
 
566
        <record id="template_send_email_server" model="email.template">
 
567
            <field name="name">Envio de Reporte de Credenciales del Server</field>
 
568
            <field name="email_from">soporte@vauxoo.com</field>
 
569
            <field name="model_id" ref="project.model_project_task" />
 
570
            <field name="subject">Reporte de Credenciales resultado de la Instalacion del Server - ${object.partner_id.name and object.partner_id.name or ''}</field>
 
571
            <field name="auto_delete" eval="True"/>
 
572
            <field name="mail_server_id" ref="template_outgoing_mail_server"/>
 
573
            <field name="email_to">${object.user_id.email}</field>
 
574
            <field name="email_cc">nhomar@vauxoo.com,rafael@vauxoo.com,hbto@vauxoo.com,gabriela@vauxoo.com</field>
 
575
            <field name="body_html"><![CDATA[<html>
 
576
<head>
 
577
  <meta content="text/html; charset=ISO-8859-1"
 
578
 http-equiv="content-type">
 
579
  <title>hh</title>
 
580
</head>
 
581
<body>
 
582
<meta http-equiv="CONTENT-TYPE"
 
583
 content="text/html; charset=utf-8">
 
584
<title></title>
 
585
<meta name="GENERATOR" content="LibreOffice 3.6 (Linux)">
 
586
<style type="text/css">
 
587
</style>
 
588
<p><b>Buenas,</b></p>
 
589
<p>Ya se realizó la instalación del servidor, esta actividad
 
590
requirió un total de 8 horas, los datos para conectarse son los
 
591
siguientes:</p>
 
592
<p>ip/url: <b style="color: rgb(0, 0, 223);">[ip o
 
593
url según sea el caso]</b></p>
 
594
<p>Usuario:<span style="color: rgb(0, 0, 223);"> </span><b
 
595
 style="color: rgb(0, 0, 223);">testing</b><br>
 
596
Clave: <b style="color: rgb(0, 0, 223);">clave</b>
 
597
</p>
 
598
<p>Usuario: <b><span style="color: rgb(0, 0, 223);">production
 
599
</span>&nbsp;</b><br>
 
600
Clave: <b style="color: rgb(0, 0, 223);">clave</b></p>
 
601
Usuario: <b style="color: rgb(0, 0, 223);">administrator</b><span
 
602
 style="font-weight: bold;"><br>
 
603
</span>Clave: <b style="color: rgb(0, 0, 223);">clave</b>
 
604
<p>Los mismos usuarios tienen acceso al postgres sin clave, sin
 
605
embargo tienen las siguientes claves en caso de que sea requerido:<br>
 
606
</p>
 
607
<p>Usuario: <b style="color: rgb(0, 0, 223);">testing</b><br>
 
608
Clave: <b style="color: rgb(0, 0, 223);">clave</b></p>
 
609
Usuario: <b style="color: rgb(0, 0, 223);">production</b><br>
 
610
Clave: <b><span style="color: rgb(0, 0, 223);">clave</span><br>
 
611
</b>
 
612
<p style="color: rgb(0, 0, 223);">[Si el postgres está en
 
613
un servidor distinto se le envían el
 
614
puerto y la dirección]</p>
 
615
<p style="color: rgb(0, 0, 223);">[Al usuario
 
616
administrador no se le crea usuario a menos que
 
617
sea
 
618
requerimiento del cliente]</p>
 
619
</body>
 
620
</html>
 
621
           ]]></field>
 
622
         </record>
 
623
    </data>
 
624
</openerp>