[IMP] theme_*: adapt s_references_social
task-4146797 Part-of: odoo/design-themes#919 Related: odoo/odoo#180736 Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com> Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
'views/snippets/s_text_image.xml',
|
||||
'views/snippets/s_company_team.xml',
|
||||
'views/snippets/s_references.xml',
|
||||
'views/snippets/s_references_social.xml',
|
||||
'views/snippets/s_freegrid.xml',
|
||||
'views/snippets/s_cover.xml',
|
||||
'views/snippets/s_card_offset.xml',
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_references_social" inherit_id="website.s_references_social">
|
||||
<!-- Section -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="pt0 pb56 o_cc2" remove="pt64 pb64 o_cc1" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Remove title, subtitle -->
|
||||
<xpath expr="//div[hasclass('row')]/div" position="replace"/>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user