[IMP] theme_*: adapt themes with new s_company_team_card snippet

*: avantgarde, aviato, beauty, bewise, bistro,bookstore, buzzy, clean,
cobalt, kea, kiddo, monglia, nano, notes, Orchid, paptic, real_estate,
vehicle, yes, zap

This commit adapts the design of `s_company_team_card` for multiple
themes, based on the new Odoo 18 snippet redesign.

task-4149441

closes odoo/design-themes#902

Part-of: task-4077427
Related: odoo/odoo#179843
Signed-off-by: Christopher du Toit (chto) <chto@odoo.com>
This commit is contained in:
Xavier Luyckx (xlu)
2024-10-09 12:09:14 +02:00
committed by Chrysanthe (chgo)
parent 245ccafd24
commit e564c44dfc
35 changed files with 448 additions and 0 deletions
+8
View File
@@ -801,4 +801,12 @@
</xpath>
</template>
<!-- ==== COMPANY TEAM CARD ===== -->
<template id="s_company_team_card" inherit_id="website.s_company_team_card" name="Paptic s_company_team_card">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc5" separator=" "/>
</xpath>
</template>
</odoo>