[ADD] theme saas-11.3
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<template id="art_shop" inherit_id="theme_avantgarde.art_shop">
|
||||
<xpath expr="//section[hasclass('s_showcase_slider')]" position="after">
|
||||
<section class="s_latest_posts_big_orizontal mt48 mb48">
|
||||
<div class="js_get_posts container-fluid" data-loading="true" data-template="theme_avantgarde_blog.s_latest_posts_big_orizontal_template"></div>
|
||||
</section>
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
||||
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<template id="artgallery" inherit_id="theme_avantgarde.artgallery">
|
||||
<xpath expr="//section[@id='hook_s_google_map']/div" position="attributes">
|
||||
<attribute name="class" separator=" " remove="col-sm-12" add="col-sm-6"/>
|
||||
</xpath>
|
||||
|
||||
<xpath expr="//section[@id='hook_s_google_map']" position="inside">
|
||||
<div class="col-sm-6">
|
||||
<h3 class="text-center text-small_caps">Latest Posts</h3>
|
||||
<section class="s_latest_posts">
|
||||
<div class="container">
|
||||
<div class="js_get_posts" data-loading="true" data-template="snippet_latest_posts.media_list_template" contenteditable="False"/>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
||||
@@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<template id="blocks" inherit_id="theme_avantgarde.blocks">
|
||||
<xpath expr="//section[hasclass('s_google_map')]" position="after">
|
||||
<section class="s_latest_posts_big_picture">
|
||||
<h2 class="text-center sans-serif">Latest Posts</h2>
|
||||
<div class="js_get_posts effect-marley first_is_big" data-loading="true" data-template="snippet_latest_posts.s_latest_posts_big_picture_template" contenteditable="False">
|
||||
<figure class="loading_container col-sm-6">
|
||||
<div class="content">
|
||||
<div class="thumb" style="background-image: url(/theme_avantgarde/static/src/img/theme_samples/shop_art_2.jpg)"></div>
|
||||
<figcaption>
|
||||
<h2>Dynamic post list</h2>
|
||||
<p>Use this snippet to list your post where you need</p>
|
||||
<a href="/blog/1/post/3">Read More</a>
|
||||
</figcaption>
|
||||
</div>
|
||||
<div class="progress js-loading" style="display: none;">
|
||||
<div class="progress-bar" role="progressbar" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100" style="width: 50%;"></div>
|
||||
</div>
|
||||
</figure>
|
||||
<figure class="loading_container col-sm-6">
|
||||
<div class="content">
|
||||
<div class="thumb" style="background-image: url(/theme_avantgarde/static/src/img/theme_samples/radius.jpg)"></div>
|
||||
<figcaption>
|
||||
<h2>A sample blog post</h2>
|
||||
<p>Lorem ipsum dolor sit amet</p>
|
||||
<a href="/blog/1/post/1">Read More</a>
|
||||
</figcaption>
|
||||
</div>
|
||||
<div class="progress js-loading" style="display: none;">
|
||||
<div class="progress-bar" role="progressbar" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100" style="width: 50%;"></div>
|
||||
</div>
|
||||
</figure>
|
||||
<figure class="loading_container col-sm-6">
|
||||
<div class="content">
|
||||
<div class="thumb" style="background-image: url(/theme_avantgarde/static/src/img/theme_samples/bridge.jpg)"></div>
|
||||
<figcaption>
|
||||
<h2>Another sample blog post</h2>
|
||||
<p>Lorem ipsum dolor sit amet</p>
|
||||
<a href="/blog/1/post/2">Read More</a>
|
||||
</figcaption>
|
||||
</div>
|
||||
<div class="progress js-loading" style="display: none;">
|
||||
<div class="progress-bar" role="progressbar" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100" style="width: 50%;"></div>
|
||||
</div>
|
||||
</figure>
|
||||
</div>
|
||||
</section>
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
||||
@@ -0,0 +1,102 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<record id="website_blog.blog_post_1" model="blog.post">
|
||||
<field name="background_image">/theme_avantgarde/static/src/img/theme_samples/radius.jpg</field>
|
||||
<field name="name">A sample blog post</field>
|
||||
<field name="subtitle">Lorem ipsum dolor sit amet</field>
|
||||
</record>
|
||||
|
||||
<record id="website_blog.blog_post_2" model="blog.post">
|
||||
<field name="background_image">/theme_avantgarde/static/src/img/theme_samples/bridge.jpg</field>
|
||||
<field name="name">Another sample blog post</field>
|
||||
<field name="subtitle">Lorem ipsum dolor sit amet</field>
|
||||
</record>
|
||||
|
||||
<record id="website_blog.blog_post_3" model="blog.post">
|
||||
<field name="name">Dynamic post list</field>
|
||||
<field name="subtitle">Use this snippet to list your post where you need</field>
|
||||
<field name="blog_id" ref="website_blog.blog_blog_1"/>
|
||||
<field name="website_published" eval="True"/>
|
||||
|
||||
<field name="background_image">/theme_avantgarde/static/src/img/theme_samples/shop_art_2.jpg</field>
|
||||
<field name="content">
|
||||
<![CDATA[<section class="row readable">
|
||||
<div class="col-md-12 mb32">
|
||||
<img class="img-responsive" src="/website_blog/static/src/img/CMS_WMS_screens.jpg"/>
|
||||
</div>
|
||||
<div class="col-md-6 col-md-offset-3 mb16 mt16">
|
||||
<p class="text-center">
|
||||
New Features Launched
|
||||
</p>
|
||||
<p class="text-center">
|
||||
To add to an already comprehensive set of Odoo
|
||||
features, a website content management system (CMS
|
||||
or WMS) has been developed and a beta release is
|
||||
available from today, 31st January 2014.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
<section class="readable">
|
||||
<p>
|
||||
Odoo claims to be 'the Open Source software that makes
|
||||
building your company's website and selling your products
|
||||
online easy'. So how true is this statement?
|
||||
</p><p>
|
||||
"Odoo's latest launch will allow a business to go from
|
||||
zero to trading online quicker than ever before,” Stuart
|
||||
Mackintosh, MD of Open Source specialist and Odoo
|
||||
integration partner, OpusVL, explains. “The investment
|
||||
required to have a fully automated business system is
|
||||
dramatically reduced, enabling the small and medium
|
||||
enterprise to compete at a level of functionality and
|
||||
performance previously reserved for the big IT investors."
|
||||
</p>
|
||||
<blockquote>
|
||||
<p>
|
||||
"Finally, the leading edge is being brought to the masses.
|
||||
It will now be the turn of the big players to catch up to
|
||||
the superior technologies of the SME."
|
||||
</p>
|
||||
</blockquote>
|
||||
<p>
|
||||
"This is another clever and highly disruptive move by
|
||||
Odoo,which will force other technology providers to
|
||||
take another look at the value they are providing to ensure
|
||||
that their 'solutions' can still compete."
|
||||
</p><p>
|
||||
"Odoo now competes on many fronts, with no real
|
||||
competition out there to knock them off the top spot.
|
||||
With the launch of their integrated CMS and Ecommerce
|
||||
systems,it only elevates their position as one of the leading
|
||||
lights in the open source revolution. It will be at least 5
|
||||
years before another ERP or CMS provider will be able to
|
||||
compete at this level due to the technology currently
|
||||
employed by most industry providers."
|
||||
</p>
|
||||
<h4>Adding to industry leading technology</h4>
|
||||
<p>
|
||||
Like many modern website editors, with Odoo you can edit
|
||||
content in-line, enabling you to see exactly what you are
|
||||
changing and ensure your changes suit the context.
|
||||
</p><p>
|
||||
However, unlike other web content management systems, it
|
||||
fully integrates into the back-end database. This means
|
||||
that when you edit a product description, image or price,
|
||||
it updates the product database in real time, providing a
|
||||
true self-service window into the business.
|
||||
</p><p>
|
||||
This provides a single source of data for your company and
|
||||
removes the need to create offline synchronisation between
|
||||
website and product database.
|
||||
</p><p>
|
||||
As it comes, there is a default website based on Bootstrap
|
||||
3, the latest industry standard for rapid development of
|
||||
multi-device websites backed by Twitter, so can be directly
|
||||
integrated with many web tools and works across all devices
|
||||
by default.
|
||||
</p>
|
||||
</section>
|
||||
]]>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<template id="magazine" inherit_id="theme_avantgarde.magazine">
|
||||
<xpath expr="//blockquote" position="after">
|
||||
<section class="s_latest_posts_big_picture">
|
||||
<div class="js_get_posts first_is_big effect-marley" data-loading="true" data-template="snippet_latest_posts.s_latest_posts_big_picture_template" contenteditable="False"/>
|
||||
</section>
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
||||
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<template id="welcome" inherit_id="theme_avantgarde.welcome">
|
||||
<xpath expr="//section[@id='demo_sites']" position="after">
|
||||
<section class="s_latest_posts_big_picture">
|
||||
<div class="effect-chico" contenteditable="False">
|
||||
<figure class="loading_container col-sm-4">
|
||||
<div class="content">
|
||||
<div class="thumb" style="background-image: url(/theme_avantgarde/static/src/img/theme_samples/shop_art_1.jpg)"/>
|
||||
<figcaption>
|
||||
<h2>Shop</h2>
|
||||
<p>Building your company's website and selling your products online easy.</p>
|
||||
<a href="/art_shop">Read More</a>
|
||||
</figcaption>
|
||||
</div>
|
||||
</figure>
|
||||
<figure class="loading_container col-sm-4">
|
||||
<div class="content">
|
||||
<div class="thumb" style="background-image: url(/theme_avantgarde/static/src/img/theme_samples/paint_modern.jpg)"/>
|
||||
<figcaption>
|
||||
<h2>Online Magazine</h2>
|
||||
<p>Ideas behing the Odoo communication tools.</p>
|
||||
<a href="/magazine">Read More</a>
|
||||
</figcaption>
|
||||
</div>
|
||||
</figure>
|
||||
<figure class="loading_container col-sm-4">
|
||||
<div class="content">
|
||||
<div class="thumb" style="background-image: url(/theme_avantgarde/static/src/img/theme_samples/museum.jpg)"/>
|
||||
<figcaption>
|
||||
<h2>Art Gallery</h2>
|
||||
<p>Are your meetings useful and productive?</p>
|
||||
<a href="/artgallery">Read More</a>
|
||||
</figcaption>
|
||||
</div>
|
||||
</figure>
|
||||
</div>
|
||||
</section>
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user