[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 odoo/design-themes#844

Related: odoo/odoo#172719
Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com>
This commit is contained in:
Antoine (anso)
2024-07-25 17:25:22 +02:00
parent 143585714a
commit 676e43f93c
6 changed files with 65 additions and 56 deletions
+12 -8
View File
@@ -7,31 +7,35 @@
<attribute name="class" add="o_cc o_cc2 pb128" remove="pb48" separator=" "/>
</xpath>
<!-- Member #1 -->
<xpath expr="//div[hasclass('col-lg-8')]//h4" position="replace" mode="inner">
<xpath expr="//div[hasclass('col-lg-9')]//h4" position="replace" mode="inner">
Tony
</xpath>
<xpath expr="//div[hasclass('col-lg-8')]//p" position="replace" mode="inner">
<xpath expr="//div[hasclass('col-lg-9')]//p" position="replace" mode="inner"/>
<xpath expr="//div[hasclass('col-lg-9')]//p[2]" position="replace" mode="inner">
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.
</xpath>
<!-- Member #2 -->
<xpath expr="(//div[hasclass('col-lg-8')])[2]//h4" position="replace" mode="inner">
<xpath expr="(//div[hasclass('col-lg-9')])[2]//h4" position="replace" mode="inner">
Aline
</xpath>
<xpath expr="(//div[hasclass('col-lg-8')])[2]//p" position="replace" mode="inner">
<xpath expr="(//div[hasclass('col-lg-9')])[2]//p" position="replace" mode="inner"/>
<xpath expr="(//div[hasclass('col-lg-9')])[2]//p[2]" position="replace" mode="inner">
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.
</xpath>
<!-- Member #3 -->
<xpath expr="(//div[hasclass('col-lg-8')])[3]//h4" position="replace" mode="inner">
<xpath expr="(//div[hasclass('col-lg-9')])[3]//h4" position="replace" mode="inner">
Mich Starck
</xpath>
<xpath expr="(//div[hasclass('col-lg-8')])[3]//p" position="replace" mode="inner">
<xpath expr="(//div[hasclass('col-lg-9')])[3]//p" position="replace" mode="inner"/>
<xpath expr="(//div[hasclass('col-lg-9')])[3]//p[2]" position="replace" mode="inner">
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.
</xpath>
<!-- Member #4 -->
<xpath expr="(//div[hasclass('col-lg-8')])[4]//h4" position="replace" mode="inner">
<xpath expr="(//div[hasclass('col-lg-9')])[4]//h4" position="replace" mode="inner">
Joseris
</xpath>
<xpath expr="(//div[hasclass('col-lg-8')])[4]//p" position="replace" mode="inner">
<xpath expr="(//div[hasclass('col-lg-9')])[4]//p" position="replace" mode="inner"/>
<xpath expr="(//div[hasclass('col-lg-9')])[4]//p[2]" position="replace" mode="inner">
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.
</xpath>
</template>