[IMP] document_page: continuing small cleaning
[odoo/odoo.git] / addons / document_page / document_page_demo.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <openerp>
3     <!-- <data noupdate="1"> -->
4     <data>
5
6         <!-- TAGS -->
7         <record id="blog_tag_1" model="blog.tag">
8             <field name="name">functional</field>
9         </record>
10         <record id="blog_tag_2" model="blog.tag">
11             <field name="name">pos</field>
12         </record>
13
14         <!-- POSTS -->
15         <record id="blog_post_1" model="blog.post">
16             <field name="name">OpenERP 7.0 Functional Demo</field>
17             <field name="category_id" ref="blog_category_1"/>
18             <field name="tag_ids" eval="[(6, 0, [ref('blog_tag_1')])]"/>
19             <field name="content">
20 <![CDATA[
21 <br>
22 <br>
23 The news is out, OpenERP's latest version 6.1. is here.  It's more<br>
24 user-friendly, even more business oriented and efficient to manage your company<br>
25 <br>
26 How to discover the latest version 6.1.?<br>
27 <br>
28 Demo : <a target="http://demo.openerp.com" href="http://demo.openerp.com" style="background: url(&quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFZJREFUeF59z4EJADEIQ1F36k7u5E7ZKXeUQPACJ3wK7UNokVxVk9kHnQH7bY9hbDyDhNXgjpRLqFlo4M2GgfyJHhjq8V4agfrgPQX3JtJQGbofmCHgA/nAKks+JAjFAAAAAElFTkSuQmCC&quot;) no-repeat scroll right center transparent;padding-right: 13px;"></a><br>
29 Online: <a target="http://openerp.com/online" href="http://openerp.com/online" style="background: url(&quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFZJREFUeF59z4EJADEIQ1F36k7u5E7ZKXeUQPACJ3wK7UNokVxVk9kHnQH7bY9hbDyDhNXgjpRLqFlo4M2GgfyJHhjq8V4agfrgPQX3JtJQGbofmCHgA/nAKks+JAjFAAAAAElFTkSuQmCC&quot;) no-repeat scroll right center transparent;padding-right: 13px;"></a><br>
30 Download: <a target="http://openerp.com/downloads" href="http://openerp.com/downloads" style="background: url(&quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFZJREFUeF59z4EJADEIQ1F36k7u5E7ZKXeUQPACJ3wK7UNokVxVk9kHnQH7bY9hbDyDhNXgjpRLqFlo4M2GgfyJHhjq8V4agfrgPQX3JtJQGbofmCHgA/nAKks+JAjFAAAAAElFTkSuQmCC&quot;) no-repeat scroll right center transparent;padding-right: 13px;"></a><br>
31 <br>
32 We have also put together a functional demo that presents 6.1. Watch this video<br>
33 to learn directly from us what OpenERP 6.1. can do for you. Share it in your<br>
34 company, with your clients and implement it now for your business.<br>
35 <br>
36 <h3>Watch on Youtube!</h3><br>
37 <br>
38 <iframe width="480" height="390" src="http://www.youtube.com/embed/7jES2jxKMso " frameborder="0" allowfullscreen=""></iframe><br>
39 <br>
40 <br>
41 ]]>
42 </field>
43         </record>
44
45         <record id="blog_post_2" model="blog.post">
46             <field name="name">Personalise Dashboards</field>
47             <field name="category_id" ref="blog_category_1"/>
48             <field name="content">
49 <![CDATA[
50 <br>
51 You like OpenERP, but feel like you want to personalise it more? Now, OpenERP<br>
52 goes a step further and lets you customize your dashboard.  Thanks to a new<br>
53 feature that allows you to customize your dashboard by adding new boards of any<br>
54 search view.<br>
55 <br>
56 <h3>How is it done?</h3><br>
57 <br>
58 Step 1: access one search view <br>
59 <br>
60 Step 2: apply the filter you want to see at each connection to the application<br>
61 (eg. on sales, manufacturing, etc)<br>
62 <br>
63 Step 3: add it into the dashboard in the same space where you can save the filter<br>
64 <br>
65 Step 4: choose the application you want it visible on and the name of the array<br>
66 <br>
67 Look at this simple example below from Purchase, where I want to put on the<br>
68 application's dashboard "Purchases to Approve". After I access the search view<br>
69 and apply the filter for "Purchases to Approve", I can add it immediately to my<br>
70 Purchase dashboard.<br>
71 <br>
72 <img src="http://www.openerp.com/sites/default/files/fileattach/dashboard2_1(1).png" alt=""><br>
73 <br>
74 In less than a minute, the search view is visible on the dashboard<br>
75 <br>
76 <img src="http://www.openerp.com/sites/default/files/fileattach/dashboard2_2.png" alt=""><br>
77 <br>
78 Of course, you are free to delete what you don't need or like, but just in case<br>
79 you change your mind there is a reset button to return to the default view.<br>
80 <br>
81 <br>
82 ]]>
83 </field>
84         </record>
85
86         <record id="blog_post_3" model="blog.post">
87             <field name="name">Touchscreen Point of Sale</field>
88             <field name="category_id" ref="blog_category_1"/>
89             <field name="tag_ids" eval="[(6, 0, [ref('blog_tag_1'), ref('blog_tag_2')])]"/>
90             <field name="content">
91 <![CDATA[
92 <br>
93 The brand new OpenERP touchscreen point of sale available with 6.1 allows you<br>
94 to manage your shop sales very easily.  It's fully web based so that you don't<br>
95 have to install or deploy any software and all the sales shops can be easily<br>
96 consolidated.  It works in connected and disconnected modes so that you can<br>
97 continue to sell if you lose your internet connection.<br>
98 <br>
99 <img src="http://www.openerp.com/sites/default/files/fileattach/POS(2).png" alt=""><br>
100 <br>
101 <h3>Here's a summary of its main features and benefits:</h3><br>
102 <br>
103 100% WEB based<br>
104 <br>
105 <ul><li>available for any touchscreen device (ipod, ipad, any tablet)mobile (with portable devices)</li><li>no installation required</li><li>no synchronization needed, completely integrated</li><li>continue working even when your connection is down if you close your browser, data won't be lost</li><li>fully web based with a clean interface smart interface</li></ul><br>
106 <br>
107 You have different options to select your products. You can do it through the<br>
108 barcode reader, just browse through the categories you have put in place (ie.<br>
109 drinks, snacks, meals, etc.), or text search in case neither of the other<br>
110 options work for you.  If you need to use the POS for your restaurant, for<br>
111 example, your employees can record at the same time multiple tickets without<br>
112 having to wait to do one transaction at a time. Along, to facilitate payment,<br>
113 the application allows multiple payment methods.<br>
114 <br>
115 The POS application is so simple and accessible to use that your shop or<br>
116 restaurant will never need any other tool to manage orders. Due to its smart<br>
117 and user-friendly interface you don't need any training to learn how to use it.<br>
118 Think of it as an out-of-the-box solution to boost your business' productivity.<br>
119 <br>
120 ]]>
121 </field>
122         </record>
123
124     </data>
125 </openerp>