Skip to content

Commit 676e43f

Browse files
committed
[IMP] theme_*: adapt themes with new s_company_team design
*: (anelusia, beauty, bewise, graphene, notes, yes) This commit adapts the design of `s_company_team` for multiple themes, based on the new Odoo 18 snippet redesign. task-3657640 closes #844 Related: odoo/odoo#172719 Signed-off-by: Benjamin Vray (bvr) <[email protected]>
1 parent 1435857 commit 676e43f

File tree

6 files changed

+65
-56
lines changed

6 files changed

+65
-56
lines changed

theme_anelusia/views/snippets/s_company_team.xml

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,13 @@
1414
<!-- Team #01 - Title -->
1515
<xpath expr="//div[hasclass('col-lg-6')]//h4" position="replace" mode="inner">
1616
<font style="background-image: linear-gradient(135deg, var(--o-color-1) 0%, var(--o-color-5) 100%);" class="text-gradient">Tony Fred</font>
17-
<br/>Editor-in-chief
1817
</xpath>
19-
<!-- Team #01 - Paragraph -->
18+
<!-- Team #01 - Work Description -->
2019
<xpath expr="//div[hasclass('col-lg-6')]//p" position="replace" mode="inner">
20+
Editor-in-chief
21+
</xpath>
22+
<!-- Team #01 - Paragraph -->
23+
<xpath expr="//div[hasclass('col-lg-6')]//p[2]" position="replace" mode="inner">
2124
Founder and chief visionary, Tony is the driving force behind the company. He loves to keep his hands full by participating in the development of the magazine and does not hesitate to carry out field surveys.
2225
</xpath>
2326
<!-- Team #01 - Img -->
@@ -36,10 +39,14 @@
3639
<!-- Team #02 - Title -->
3740
<xpath expr="//div[hasclass('col-lg-6')][2]//h4" position="replace" mode="inner">
3841
<font style="background-image: linear-gradient(135deg, var(--o-color-1) 0%, var(--o-color-5) 100%);" class="text-gradient">Mich Stark</font>
39-
<br/>Sports Reporter
42+
<br/>
4043
</xpath>
41-
<!-- Team #02 - Paragraph -->
44+
<!-- Team #02 - Work Description -->
4245
<xpath expr="//div[hasclass('col-lg-6')][2]//p" position="replace" mode="inner">
46+
Sports Reporter
47+
</xpath>
48+
<!-- Team #02 - Paragraph -->
49+
<xpath expr="//div[hasclass('col-lg-6')][2]//p[2]" position="replace" mode="inner">
4350
Mich loves taking on challenges. With his multi-year experience as a journalist, he wanted to join a team that puts people at the center of the stories.
4451
</xpath>
4552
<!-- Team #02 - Img -->
@@ -58,10 +65,13 @@
5865
<!-- Team #03 - Title -->
5966
<xpath expr="//div[hasclass('col-lg-6')][3]//h4" position="replace" mode="inner">
6067
<font style="background-image: linear-gradient(135deg, var(--o-color-2) 0%, var(--o-color-5) 100%);" class="text-gradient">Aline Turner</font>
61-
<br/>Photograph
6268
</xpath>
63-
<!-- Team #03 - Paragraph -->
69+
<!-- Team #03 - Work Description -->
6470
<xpath expr="//div[hasclass('col-lg-6')][3]//p" position="replace" mode="inner">
71+
Photograph
72+
</xpath>
73+
<!-- Team #03 - Paragraph -->
74+
<xpath expr="//div[hasclass('col-lg-6')][3]//p[2]" position="replace" mode="inner">
6575
Aline is one of the iconic people in life who can say they love what they do. She likes to capture the moment from another point of view, another perspective.
6676
</xpath>
6777
<!-- Team #03 - Img -->
@@ -80,10 +90,13 @@
8090
<!-- Team #04 - Title -->
8191
<xpath expr="//div[hasclass('col-lg-6')][4]//h4" position="replace" mode="inner">
8292
<font style="background-image: linear-gradient(135deg, var(--o-color-2) 0%, var(--o-color-5) 100%);" class="text-gradient">Iris Joe</font>
83-
<br/>Political Reporter
93+
</xpath>
94+
<!-- Team #04 - Work Description -->
95+
<xpath expr="//div[hasclass('col-lg-6')][3]//p" position="replace" mode="inner">
96+
Political Reporter
8497
</xpath>
8598
<!-- Team #04 - Paragraph -->
86-
<xpath expr="//div[hasclass('col-lg-6')][4]//p" position="replace" mode="inner">
99+
<xpath expr="//div[hasclass('col-lg-6')][4]//p[2]" position="replace" mode="inner">
87100
Iris, with her international experience, helps us easily understand global politics. She is determined to drive success and delivers her professional acumen to bring the magazine to the next level.
88101
</xpath>
89102
<!-- Team #04 - Img -->

theme_beauty/views/snippets/s_company_team.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
<attribute name="class" add="o_cc o_cc4 pt80 pb80" remove="pb48 pt48" separator=" "/>
88
</xpath>
99
<!-- Titles -->
10-
<xpath expr="(//div[hasclass('col-lg-8')])[1]/h4" position="replace" mode="inner">
10+
<xpath expr="(//div[hasclass('col-lg-9')])[1]/h4" position="replace" mode="inner">
1111
Tony
1212
</xpath>
13-
<xpath expr="(//div[hasclass('col-lg-8')])[2]/h4" position="replace" mode="inner">
13+
<xpath expr="(//div[hasclass('col-lg-9')])[2]/h4" position="replace" mode="inner">
1414
Mich
1515
</xpath>
16-
<xpath expr="(//div[hasclass('col-lg-8')])[3]/h4" position="replace" mode="inner">
16+
<xpath expr="(//div[hasclass('col-lg-9')])[3]/h4" position="replace" mode="inner">
1717
Aline
1818
</xpath>
19-
<xpath expr="(//div[hasclass('col-lg-8')])[4]/h4" position="replace" mode="inner">
19+
<xpath expr="(//div[hasclass('col-lg-9')])[4]/h4" position="replace" mode="inner">
2020
Iris
2121
</xpath>
2222
<!-- Images -->

theme_bewise/views/customizations.xml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,28 +206,40 @@
206206
<template id="s_company_team" inherit_id="website.s_company_team" name="Be Wise s_company_team">
207207
<!-- Profile #1 -->
208208
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div//h4" position="replace" mode="inner">
209-
<b>Tony Fred, Faculty Head of IT</b>
209+
<b>Tony Fred</b>
210210
</xpath>
211211
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div//p" position="replace" mode="inner">
212+
Faculty Head of IT
213+
</xpath>
214+
<xpath expr="//div[hasclass('col-lg-6')]//p[2]" position="replace" mode="inner">
212215
Tony received a degree in Electrical and Mechanical Engineering and a Ph D. degree in 1998 and 2004. After a post-doctoral experience he joined the school as professor of mechatronics in 2006. In 2010, he became Head of IT.
213216
</xpath>
214217
<!-- Profile #2 -->
215218
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[2]//h4" position="replace" mode="inner">
216-
<b>Mich Stark, IT Officer</b>
219+
<b>Mich Stark</b>
217220
</xpath>
218221
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[2]//p" position="replace" mode="inner">
222+
IT Officer
223+
</xpath>
224+
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[2]//p[2]" position="replace" mode="inner">
219225
He is professor in the Institute of Mechanics, Materials and Civil Engineering since 2000. He lectures in mechanical drawing and mechanical design for undergraduate and graduate students. He is active in Problem and Project based learning. He is the promoter of 8 doctoral theses.
220226
</xpath>
221227
<!-- Profile #3 -->
222228
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[3]//h4" position="replace" mode="inner">
223-
<b>Aline Turner, Law professor</b>
229+
<b>Aline Turner</b>
224230
</xpath>
225231
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[3]//p" position="replace" mode="inner">
232+
Law professor
233+
</xpath>
234+
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[3]//p[2]" position="replace" mode="inner">
226235
She has been practicing law at the French-speaking Brussels Bar since 2006. She has worked in various major law firms based in Brussels, as member and then head of their litigation/arbitration practice groups.
227236
</xpath>
228237
<!-- Profile #4 -->
229238
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[4]//h4" position="replace" mode="inner">
230-
<b>Iris Joe, team leader professor</b>
239+
<b>Iris Joe</b>
240+
</xpath>
241+
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[4]//p" position="replace" mode="inner">
242+
Team leader professor
231243
</xpath>
232244
</template>
233245

theme_graphene/views/customizations.xml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -134,30 +134,6 @@
134134
<xpath expr="//section" position="attributes">
135135
<attribute name="class" add="pb64" remove="pb48" separator=" "/>
136136
</xpath>
137-
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div//h4" position="replace" mode="inner">
138-
Tony Fred, <small><b>CEO</b></small>
139-
</xpath>
140-
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div//p" position="replace">
141-
<small>Founder and chief visionary, Tony is the driving force behind the company. He loves to keep his hands full by participating in the development of the software, marketing, and customer experience strategies.</small>
142-
</xpath>
143-
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[2]//h4" position="replace" mode="inner">
144-
Mich Stark, <small><b>COO</b></small>
145-
</xpath>
146-
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[2]//p" position="replace" mode="inner">
147-
<small>Mich loves taking on challenges. With his multi-year experience as Commercial Director in the software industry, Mich has helped the company to get where it is today. Mich is among the best minds.</small>
148-
</xpath>
149-
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[3]//h4" position="replace" mode="inner">
150-
Aline Turner, <small><b>CTO</b></small>
151-
</xpath>
152-
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[3]//p" position="replace" mode="inner">
153-
<small>Aline is one of the iconic people in life who can say they love what they do. She mentors 100+ in-house developers and looks after the community of thousands of developers.</small>
154-
</xpath>
155-
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[4]//h4" position="replace" mode="inner">
156-
Iris Joe, <small><b>CFO</b></small>
157-
</xpath>
158-
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[4]//p" position="replace" mode="inner">
159-
<small>Iris, with her international experience, helps us easily understand the numbers and improves them. She is determined to drive success and delivers her professional acumen to bring the company to the next level.</small>
160-
</xpath>
161137
</template>
162138

163139
<!-- ======== 3 COLUMNS ======== -->

theme_notes/views/snippets/s_company_team.xml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,35 @@
77
<attribute name="class" add="o_cc o_cc2 pb128" remove="pb48" separator=" "/>
88
</xpath>
99
<!-- Member #1 -->
10-
<xpath expr="//div[hasclass('col-lg-8')]//h4" position="replace" mode="inner">
10+
<xpath expr="//div[hasclass('col-lg-9')]//h4" position="replace" mode="inner">
1111
Tony
1212
</xpath>
13-
<xpath expr="//div[hasclass('col-lg-8')]//p" position="replace" mode="inner">
13+
<xpath expr="//div[hasclass('col-lg-9')]//p" position="replace" mode="inner"/>
14+
<xpath expr="//div[hasclass('col-lg-9')]//p[2]" position="replace" mode="inner">
1415
Tony is praised for the quality of his flow and beats but often criticised because of the controversial nature of his lyrics. He has also established a label, and developed a line of jewellery.
1516
</xpath>
1617
<!-- Member #2 -->
17-
<xpath expr="(//div[hasclass('col-lg-8')])[2]//h4" position="replace" mode="inner">
18+
<xpath expr="(//div[hasclass('col-lg-9')])[2]//h4" position="replace" mode="inner">
1819
Aline
1920
</xpath>
20-
<xpath expr="(//div[hasclass('col-lg-8')])[2]//p" position="replace" mode="inner">
21+
<xpath expr="(//div[hasclass('col-lg-9')])[2]//p" position="replace" mode="inner"/>
22+
<xpath expr="(//div[hasclass('col-lg-9')])[2]//p[2]" position="replace" mode="inner">
2123
Aline is a French singer, songwriter and producer. In 2016, she was ranked as the most powerful and influential French person by Vanity Fair, who noticed her radiance of French genius.
2224
</xpath>
2325
<!-- Member #3 -->
24-
<xpath expr="(//div[hasclass('col-lg-8')])[3]//h4" position="replace" mode="inner">
26+
<xpath expr="(//div[hasclass('col-lg-9')])[3]//h4" position="replace" mode="inner">
2527
Mich Starck
2628
</xpath>
27-
<xpath expr="(//div[hasclass('col-lg-8')])[3]//p" position="replace" mode="inner">
29+
<xpath expr="(//div[hasclass('col-lg-9')])[3]//p" position="replace" mode="inner"/>
30+
<xpath expr="(//div[hasclass('col-lg-9')])[3]//p[2]" position="replace" mode="inner">
2831
Mich Starck is a French DJ, record producer and songwriter. He has sold over nine million albums and thirty million singles worldwide. In 2011, he was voted as the number one DJ in the DJ Mag Top 100 DJs poll.
2932
</xpath>
3033
<!-- Member #4 -->
31-
<xpath expr="(//div[hasclass('col-lg-8')])[4]//h4" position="replace" mode="inner">
34+
<xpath expr="(//div[hasclass('col-lg-9')])[4]//h4" position="replace" mode="inner">
3235
Joseris
3336
</xpath>
34-
<xpath expr="(//div[hasclass('col-lg-8')])[4]//p" position="replace" mode="inner">
37+
<xpath expr="(//div[hasclass('col-lg-9')])[4]//p" position="replace" mode="inner"/>
38+
<xpath expr="(//div[hasclass('col-lg-9')])[4]//p[2]" position="replace" mode="inner">
3539
Joseris is a Belgian band that formed in October 1995. Though originally categorised as a trip hop group, they quickly expanded their sound to the point where they could no longer be described as a lone genre, but rather encompass alternative, electronica, electro-pop, rock, and a mixture of others.
3640
</xpath>
3741
</template>

theme_yes/views/snippets/s_company_team.xml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,24 @@
33

44
<template id="s_company_team" inherit_id="website.s_company_team">
55
<!-- Row #1 - Col #1 -->
6-
<xpath expr="//h4" position="replace" mode="inner">
6+
<xpath expr="//div[hasclass('col-lg-9')]//h4" position="replace" mode="inner">
77
Livia Sailor
88
</xpath>
9-
<xpath expr="//p" position="replace">
10-
<p><font style="font-weight: bolder;" class="text-o-color-1">The Founder &amp; Planner</font></p>
11-
<p>Livia is our head wedding coordinator and stylist, she'll turn any of your ideas into reality, making sure your wedding day is smooth and looks better than anything you have ever seen on Pinterest.</p>
9+
<xpath expr="//div[hasclass('col-lg-9')]//p" position="replace" mode="inner">
10+
<font style="font-weight: bolder;" class="text-o-color-1">The Founder &amp; Planner</font>
11+
</xpath>
12+
<xpath expr="//div[hasclass('col-lg-9')]//p[2]" position="replace" mode="inner">
13+
Livia is our head wedding coordinator and stylist, she'll turn any of your ideas into reality, making sure your wedding day is smooth and looks better than anything you have ever seen on Pinterest.
1214
</xpath>
1315
<!-- Row #1 - Col #2 -->
14-
<xpath expr="(//h4)[2]" position="replace" mode="inner">
16+
<xpath expr="(//div[hasclass('col-lg-9')])[2]//h4" position="replace" mode="inner">
1517
Clair Stark
1618
</xpath>
17-
<xpath expr="(//p)[3]" position="replace">
18-
<p><font style="font-weight: bolder;" class="text-o-color-1">The Designer</font></p>
19-
<p>As a passionate wedding designer with a romantic soul, Clair adores celebrating the special moments in life in magical places and creating an authentic experience for couples. </p>
19+
<xpath expr="(//div[hasclass('col-lg-9')])[2]//p" position="replace" mode="inner">
20+
<font style="font-weight: bolder;" class="text-o-color-1">The Designer</font>
21+
</xpath>
22+
<xpath expr="(//div[hasclass('col-lg-9')])[2]//p[2]" position="replace" mode="inner">
23+
Livia is our head wedding coordinator and stylist, she'll turn any of your ideas into reality, making sure your wedding day is smooth and looks better than anything you have ever seen on Pinterest.
2024
</xpath>
2125
<!-- Row -->
2226
<xpath expr="//*[hasclass('col-lg-6')][4]" position="replace"/>

0 commit comments

Comments
 (0)