website_blog_demo.xml 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <openerp>
  3. <!-- <data noupdate="1"> -->
  4. <data>
  5. <!-- TAGS -->
  6. <record id="blog_tag_1" model="blog.tag">
  7. <field name="name">functional</field>
  8. </record>
  9. <record id="blog_tag_2" model="blog.tag">
  10. <field name="name">website</field>
  11. </record>
  12. <!-- POSTS -->
  13. <record id="blog_post_1" model="blog.post">
  14. <field name="name">The Future of Emails</field>
  15. <field name="subtitle">Ideas behing the Odoo communication tools.</field>
  16. <field name="blog_id" ref="blog_blog_1"/>
  17. <field name="tag_ids" eval="[(6, 0, [ref('blog_tag_1')])]"/>
  18. <field name="website_published" eval="True"/>
  19. <field name="website_meta_keywords">Odoo, email</field>
  20. <field name="website_meta_description">The Future of Emails</field>
  21. <field name="background_image">/website_blog/static/src/img/post1.jpg</field>
  22. <field name="content"><![CDATA[
  23. <section class="mt16 mb16 readable">
  24. <p>
  25. Emails are broken.
  26. </p><p>
  27. Emails make me waste my time. But I need them.
  28. Given the importance that emails have in our lives,
  29. it's incredible it's still one of the only software
  30. areas that did not evolve in the past 20 years!
  31. </p><p>
  32. Reading my inbox is the most unproductive task I do
  33. on a daily basis. I have to spend one full hour a
  34. day to process my emails. All the junk flows in the
  35. same inbox; spams, information that doesn't matter,
  36. quoted answers of quoted answers, etc. At the end
  37. of the hour, only 10 emails actually requested an
  38. answer from me. With a good tool, I could have done
  39. my job in 10 minutes!
  40. </p>
  41. </section>
  42. <section class="mt16 mb16 readable">
  43. <p>
  44. At Odoo, we build tools to bring productivity to
  45. enterprises. As emails and information flows are one of
  46. the biggest wastes of time in companies, we have to fix
  47. this.
  48. </p><p>
  49. To disrupt emails, you need more than just another user
  50. interface. We need to rethink the whole communication flow.
  51. </p>
  52. <h3>The Communication Mechanism of Odoo</h3>
  53. <p>
  54. Here are the ideas behing the Odoo communication tools:
  55. </p>
  56. <ul>
  57. <li>
  58. Get Things Done: your inbox is a
  59. todo list. You should be able to process (not only
  60. read) the inbox and easily mark messages for future
  61. actions. Every inbox should be empty after having
  62. been processed; no more overload of information.
  63. <img class="img-responsive" src="/website_blog/static/src/img/mail-sc-00.png"/>
  64. </li><li>
  65. Keep control of what you want to receive or don't want
  66. to receive. People should never receive spam. You
  67. should follow/unfollow any kind of information in one
  68. click.
  69. </li><li>
  70. Productivity is key: our smart user
  71. interface does not require you to click on every mail
  72. to read a thread. Reading a full thread, replying,
  73. attaching documents is super fast.
  74. <img class="img-responsive" src="/website_blog/static/src/img/mail-sc-03.png"/>
  75. </li><li>
  76. A mix of push & pull: Today, people
  77. are victims of what others decide to push to them.
  78. Odoo differentiates:
  79. <ul>
  80. <li>
  81. Messages "for information":
  82. you can pull them when you need some specific
  83. information; they are not required to be read
  84. every day.You receive only what you decided
  85. to follow.This accounts for 90% of your daily
  86. emails.Use the "Inbox" menu for these.
  87. </li><li>
  88. Messages "for action": they
  89. require your immediate attention and you need
  90. to process them all. This accounts for 10%
  91. of your daily emails. Use the "To: me" menu
  92. for these.
  93. </li>
  94. </ul>
  95. </li><li>
  96. Focus on the Content: Everything is
  97. stripped to emphasize on the real message. No more
  98. welcome introductions, greetings, signatures and legal
  99. notes.We standardize the layout of each message.
  100. (signatures are on the profile of a contact, not in
  101. every message)
  102. </li><li>
  103. Folders and mailing lists are great tools but too
  104. complex in traditional email clients. In Odoo, a
  105. group of contacts that share a discussion can be
  106. created with one click. Every group should have it's
  107. own email address.
  108. </li>
  109. </ul>
  110. </section>
  111. ]]>
  112. </field>
  113. </record>
  114. <record id="blog_post_2" model="blog.post">
  115. <field name="name">Integrating your CMS and E-Commerce</field>
  116. <field name="subtitle">Building your company's website and selling your products online easy.</field>
  117. <field name="blog_id" ref="blog_blog_1"/>
  118. <field name="website_published" eval="True"/>
  119. <field name="tag_ids" eval="[(6, 0, [ref('blog_tag_1'), ref('blog_tag_2')])]"/>
  120. <field name="background_image">/website_blog/static/src/img/post2.jpg</field>
  121. <field name="content">
  122. <![CDATA[<section class="row readable">
  123. <div class="col-md-12 mb32">
  124. <img class="img-responsive" src="/website_blog/static/src/img/CMS_WMS_screens.jpg"/>
  125. </div>
  126. <div class="col-md-6 col-md-offset-3 mb16 mt16">
  127. <p class="text-center">
  128. New Features Launched
  129. </p>
  130. <p class="text-center">
  131. To add to an already comprehensive set of Odoo
  132. features, a website content management system (CMS
  133. or WMS) has been developed and a beta release is
  134. available from today, 31st January 2014.
  135. </p>
  136. </div>
  137. </section>
  138. <section class="readable">
  139. <p>
  140. Odoo claims to be 'the Open Source software that makes
  141. building your company's website and selling your products
  142. online easy'. So how true is this statement?
  143. </p><p>
  144. "Odoo's latest launch will allow a business to go from
  145. zero to trading online quicker than ever before,” Stuart
  146. Mackintosh, MD of Open Source specialist and Odoo
  147. integration partner, OpusVL, explains. “The investment
  148. required to have a fully automated business system is
  149. dramatically reduced, enabling the small and medium
  150. enterprise to compete at a level of functionality and
  151. performance previously reserved for the big IT investors."
  152. </p>
  153. <blockquote>
  154. <p>
  155. "Finally, the leading edge is being brought to the masses.
  156. It will now be the turn of the big players to catch up to
  157. the superior technologies of the SME."
  158. </p>
  159. </blockquote>
  160. <p>
  161. "This is another clever and highly disruptive move by
  162. Odoo,which will force other technology providers to
  163. take another look at the value they are providing to ensure
  164. that their 'solutions' can still compete."
  165. </p><p>
  166. "Odoo now competes on many fronts, with no real
  167. competition out there to knock them off the top spot.
  168. With the launch of their integrated CMS and Ecommerce
  169. systems,it only elevates their position as one of the leading
  170. lights in the open source revolution. It will be at least 5
  171. years before another ERP or CMS provider will be able to
  172. compete at this level due to the technology currently
  173. employed by most industry providers."
  174. </p>
  175. <h4>Adding to industry leading technology</h4>
  176. <p>
  177. Like many modern website editors, with Odoo you can edit
  178. content in-line, enabling you to see exactly what you are
  179. changing and ensure your changes suit the context.
  180. </p><p>
  181. However, unlike other web content management systems, it
  182. fully integrates into the back-end database. This means
  183. that when you edit a product description, image or price,
  184. it updates the product database in real time, providing a
  185. true self-service window into the business.
  186. </p><p>
  187. This provides a single source of data for your company and
  188. removes the need to create offline synchronisation between
  189. website and product database.
  190. </p><p>
  191. As it comes, there is a default website based on Bootstrap
  192. 3, the latest industry standard for rapid development of
  193. multi-device websites backed by Twitter, so can be directly
  194. integrated with many web tools and works across all devices
  195. by default.
  196. </p>
  197. </section>
  198. ]]>
  199. </field>
  200. </record>
  201. </data>
  202. </openerp>