move clarico theme addons
|
|
@ -8,7 +8,7 @@ db_port = 5432
|
||||||
db_user = False
|
db_user = False
|
||||||
db_password = False
|
db_password = False
|
||||||
|
|
||||||
addons_path = ext/odoo/addons,ext/custom-addons,ext/3rd-party-addons
|
addons_path = ext/odoo/addons,ext/custom-addons,ext/3rd-party-addons,ext/clarico-addons
|
||||||
; For enterprise use the addons path bellow
|
; For enterprise use the addons path bellow
|
||||||
; addons_path = ext/enterprise-addons,ext/odoo/addons,ext/3rd-party-addons,ext/custom-addons,dmi/run1
|
; addons_path = ext/enterprise-addons,ext/odoo/addons,ext/3rd-party-addons,ext/custom-addons,dmi/run1
|
||||||
timezone = Europe/Vienna
|
timezone = Europe/Vienna
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
|
|
@ -23,7 +23,76 @@
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<template id="clarico_blog_blog_post_short" inherit_id="website_blog.blog_post_short">
|
||||||
|
<xpath expr="//t/div[@class='container'][1]" position="attributes">
|
||||||
|
<attribute name="class">block</attribute>
|
||||||
|
</xpath>
|
||||||
|
<xpath expr="//div[@class='oe_structure']/section/div[@class='container']"
|
||||||
|
position="attributes">
|
||||||
|
<attribute name="class">block</attribute>
|
||||||
|
</xpath>
|
||||||
|
<xpath expr="//t/div[4]" position="attributes">
|
||||||
|
<attribute name="class">block blog_main</attribute>
|
||||||
|
</xpath>
|
||||||
|
<xpath expr="//t/div[4]/div[hasclass('row')]" position="attributes">
|
||||||
|
<attribute name="class">sub-blog_main</attribute>
|
||||||
|
</xpath>
|
||||||
|
<xpath expr="//div[@id='main_column']" position="attributes">
|
||||||
|
<attribute name="class">blogpost_left_main</attribute>
|
||||||
|
</xpath>
|
||||||
|
<xpath expr="//h1[@t-field='blog.name']" position="attributes">
|
||||||
|
<attribute name="class">catg_title_main_blog ch_h1_class ch_h1_class_new
|
||||||
|
</attribute>
|
||||||
|
</xpath>
|
||||||
|
<xpath expr="//h3[@t-field='blog.subtitle']" position="attributes">
|
||||||
|
<attribute name="class">ctg_subtitle_main</attribute>
|
||||||
|
</xpath>
|
||||||
|
<xpath expr="//div[@name='blog_post']/div[@class='text-muted']"
|
||||||
|
position="replace">
|
||||||
|
<div class="blog_post_data_more">
|
||||||
|
<t t-foreach="blog_post.tag_ids" t-as="one_tag">
|
||||||
|
<a class="blog_post_tabs_a"
|
||||||
|
t-attf-href="#{blog_url(tag=one_tag.id, date_begin=False, date_end=False)}"
|
||||||
|
t-esc="one_tag.name" />
|
||||||
|
</t>
|
||||||
|
<span class="seprater">-</span>
|
||||||
|
<span class="blog_post_date" t-field="blog_post.post_date"
|
||||||
|
t-options='{"format": "MMMM, yyyy"}' />
|
||||||
|
|
||||||
|
<span class="seprater">-</span>
|
||||||
|
<span class="blog_post_author-static">
|
||||||
|
By
|
||||||
|
<span class="blog_post_author" t-field="blog_post.author_id"
|
||||||
|
style="display: inline-block;"
|
||||||
|
t-options='{
|
||||||
|
"widget": "contact",
|
||||||
|
"fields": ["name"]
|
||||||
|
}' />
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="blog-post-subtitle-div">
|
||||||
|
<!-- <p t-field="blog_post.subtitle" class="blog-post-subtitle">Untitled
|
||||||
|
Post</p> -->
|
||||||
|
<p t-field="blog_post.teaser" class="blog-post-subtitle o_blog_post_teaser" />
|
||||||
|
</div>
|
||||||
|
<div class="o_sharing_links social-icons">
|
||||||
|
<a class="o_twitter">
|
||||||
|
<i class="fa fa-twitter"></i>
|
||||||
|
</a>
|
||||||
|
<a class="o_facebook">
|
||||||
|
<i class="fa fa-facebook"></i>
|
||||||
|
</a>
|
||||||
|
<a class="o_linkedin">
|
||||||
|
<i class="fa fa-linkedin"></i>
|
||||||
|
</a>
|
||||||
|
<a class="o_google">
|
||||||
|
<i class="fa fa-google-plus"></i>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</xpath>
|
||||||
|
</template>
|
||||||
|
|
||||||
<template id="clarico_blogs_post_complete" inherit_id="website_blog.blog_post_complete">
|
<template id="clarico_blogs_post_complete" inherit_id="website_blog.blog_post_complete">
|
||||||
<xpath expr="//p[2][@class='post-meta text-muted text-center']"
|
<xpath expr="//p[2][@class='post-meta text-muted text-center']"
|
||||||
position="replace">
|
position="replace">
|
||||||
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 155 KiB After Width: | Height: | Size: 155 KiB |
|
|
@ -10,7 +10,7 @@
|
||||||
<sup t-attf-class="my_cart_quantity label label-primary"
|
<sup t-attf-class="my_cart_quantity label label-primary"
|
||||||
t-esc="website_sale_order and website_sale_order.cart_quantity or ''" />
|
t-esc="website_sale_order and website_sale_order.cart_quantity or ''" />
|
||||||
<input type="hidden" id="hiddencount" t-att-value="website_sale_order and website_sale_order.cart_quantity or '0'" />
|
<input type="hidden" id="hiddencount" t-att-value="website_sale_order and website_sale_order.cart_quantity or '0'" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="cart-update">
|
<div class="cart-update">
|
||||||
<span class="cart-update-text">
|
<span class="cart-update-text">
|
||||||
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |