[IMP] theme_*: adapt s_intro_pill across themes

*: anelusia, artists, avantgarde, aviato, beauty, bewise, bistro,
bookstore, buzzy clean, cobalt, enark, graphene, kea, kiddo, loftspace,
monglia, nano, notes, odoo_experts, orchid, paptic, real_estate,
treehouse, vehicle, yes, zap

This commit adapts the occurrences of the `s_intro_pill` snippet across
design-themes.

task-4077581
Part of task-4077427

closes odoo/design-themes#882

Related: odoo/odoo#175615
Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com>
This commit is contained in:
Chrysanthe (chgo)
2024-08-22 14:37:46 +02:00
parent 6d86c5d242
commit ee272e02b0
102 changed files with 454 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

+12
View File
@@ -728,4 +728,16 @@
</xpath>
</template>
<!-- ======== INTRO PILL ======== -->
<template id="s_intro_pill" inherit_id="website.s_intro_pill">
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Discover our<br/>new campus
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')]" position="replace" mode="inner">
Learn more
</xpath>
</template>
</odoo>
+10
View File
@@ -287,5 +287,15 @@
<field name="name">website.s_kickoff_default_image</field>
<field name="url">/theme_bewise/static/src/img/content/s_kickoff_default_image.jpg</field>
</record>
<record id="s_intro_pill_default_image" model="theme.ir.attachment">
<field name="key">website.s_intro_pill_default_image</field>
<field name="name">website.s_intro_pill_default_image</field>
<field name="url">/theme_bewise/static/src/img/content/s_intro_pill_default_image.jpg</field>
</record>
<record id="s_intro_pill_default_image_2" model="theme.ir.attachment">
<field name="key">website.s_intro_pill_default_image_2</field>
<field name="name">website.s_intro_pill_default_image_2</field>
<field name="url">/theme_bewise/static/src/img/content/s_intro_pill_default_image_2.jpg</field>
</record>
</odoo>