[CLEAN] account_product_template: cleaned demo data

bzr revid: tde@openerp.com-20140124110510-k1czgon57idv4hct
This commit is contained in:
Thibault Delavallée 2014-01-24 12:05:10 +01:00
parent e374abeba6
commit c98acc4919
1 changed files with 624 additions and 690 deletions

View File

@ -1,56 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<record id="online_training_template" model="email.template">
<record id="product_online_training_email_template" model="email.template">
<field name="name">Online Training</field>
<field name="email_from">${(user.email or '')|safe}</field>
<field name="subject">Online Training</field>
<field name="model_id" ref="product.model_product_template"/>
<field name="auto_delete" eval="True"/>
<field name="body_html"><![CDATA[
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>Online Training</title>
<style>
span.oe_mail_footer_access {
display:block;
text-align:center;
color:grey;
}
</style>
</head>
<body>
<div style="border-radius: 2px; max-width: 1200px; height: auto;margin-left: auto;margin-right: auto;background-color:#f9f9f9;">
<div style="text-align:right;background="https://www.openerp.com/saas_master/static/site_new/img/homepage/bg_training.png">
<table width="1000px">
<tr>
<td background="https://www.openerp.com/saas_master/static/site_new/img/homepage/bg_training.png" style="width:100%;height:100%;">
<table style="text-align: center;background-color:#FFFFFF;margin-top:35px;" cellspacing="5" align="right" cellpadding="5">
<tr style="font-size : 20px;color: #333333;">
<td></td>
<td>Online Training</td>
</tr>
<tr style="font-size : 20px;color: #333333;margin-top:30px;">
<td>English</td>
<td>English</td>
<td>Spanish</td>
</tr>
<tr style="font-size : 10px;color: #646464;">
<td>Europe</td>
<td>USA & Canada</td>
<td>USA & Latin America</td>
</tr>
<tr style="font-size : 10px;color: #FFFFFF;background-color:#8b5bdd;">
<td><a href="http://onlinetrainingencet.eventbrite.com" style="text-decoration:none;color:#FFFFFF;" target=_new>Register</a></td>
<td><a href="http://onlinetrainingenpst.eventbrite.com" style="text-decoration:none;color:#FFFFFF;" target=_new>Register</a></td>
<td><a href="http://onlinetrainingespst.eventbrite.com" style="text-decoration:none;color:#FFFFFF;" target=_new>Register</a></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<div style="height:auto;text-align: center;font-size : 40px;color: #333333;margin-top:30px;font-weight: 300;">
Online Training + Certification
</div>
@ -672,29 +628,7 @@
</tr>
</table>
</div>
<hr color="DCDCFB"/>
<div style="text-align: center;margin-top:30px;" >
<table cellspacing="5" align="center" cellpadding="5">
<tr style="font-size : 20px;color: #333333;margin-top:30px;">
<td>English</td></td>
<td>English</td></td>
<td>Spanish</td>
</tr>
<tr style="font-size : 10px;color: #646464;">
<td>Europe</td>
<td>USA & Canada</td>
<td>USA & Latin America</td>
</tr>
<tr style="font-size : 10px;color: #FFFFFF;background-color:#8b5bdd;">
<td><a href="http://onlinetrainingencet.eventbrite.com" style="text-decoration:none;color:#FFFFFF;" target=_new>Register</a></td>
<td><a href="http://onlinetrainingenpst.eventbrite.com" style="text-decoration:none;color:#FFFFFF;" target=_new>Register</a></td>
<td><a href="http://onlinetrainingespst.eventbrite.com" style="text-decoration:none;color:#FFFFFF;" target=_new>Register</a></td>
</tr>
</table>
</div>
</div>
</body>
</html>
</div>
]]>
</field>
</record>
@ -707,7 +641,7 @@
<field name="type">service</field>
<field name="uom_id" ref="product.product_uom_hour"/>
<field name="uom_po_id" ref="product.product_uom_hour"/>
<field name="email_template_id" ref="online_training_template"/>
<field name="email_template_id" ref="product_online_training_email_template"/>
</record>
</data>