diff --git a/theme_avantgarde/views/customizations.xml b/theme_avantgarde/views/customizations.xml index 312515f5b..aa4826087 100644 --- a/theme_avantgarde/views/customizations.xml +++ b/theme_avantgarde/views/customizations.xml @@ -836,4 +836,24 @@ + + + diff --git a/theme_aviato/__manifest__.py b/theme_aviato/__manifest__.py index f57bee371..26ae9cf29 100644 --- a/theme_aviato/__manifest__.py +++ b/theme_aviato/__manifest__.py @@ -40,6 +40,7 @@ 'views/snippets/s_striped_center_top.xml', 'views/snippets/s_showcase.xml', 'views/snippets/s_quadrant.xml', + 'views/snippets/s_company_team_card.xml', 'views/snippets/s_unveil.xml', 'views/snippets/s_accordion_image.xml', 'views/snippets/s_key_benefits.xml', diff --git a/theme_aviato/views/snippets/s_company_team_card.xml b/theme_aviato/views/snippets/s_company_team_card.xml new file mode 100644 index 000000000..ca9ec1d4b --- /dev/null +++ b/theme_aviato/views/snippets/s_company_team_card.xml @@ -0,0 +1,23 @@ + + + + + + diff --git a/theme_bewise/views/customizations.xml b/theme_bewise/views/customizations.xml index a35689cbd..d2c920667 100644 --- a/theme_bewise/views/customizations.xml +++ b/theme_bewise/views/customizations.xml @@ -1138,4 +1138,24 @@ + + + diff --git a/theme_bistro/__manifest__.py b/theme_bistro/__manifest__.py index d3d315e10..30cee83e8 100644 --- a/theme_bistro/__manifest__.py +++ b/theme_bistro/__manifest__.py @@ -44,6 +44,7 @@ 'views/snippets/s_motto.xml', 'views/snippets/s_key_images.xml', 'views/snippets/s_striped_top.xml', + 'views/snippets/s_company_team_card.xml', 'views/snippets/s_quadrant.xml', 'views/snippets/s_intro_pill.xml', 'views/snippets/s_big_number.xml', diff --git a/theme_bistro/views/snippets/s_company_team_card.xml b/theme_bistro/views/snippets/s_company_team_card.xml new file mode 100644 index 000000000..0ef346a59 --- /dev/null +++ b/theme_bistro/views/snippets/s_company_team_card.xml @@ -0,0 +1,23 @@ + + + + + + diff --git a/theme_bookstore/__manifest__.py b/theme_bookstore/__manifest__.py index c9d73da1c..abe193bd5 100644 --- a/theme_bookstore/__manifest__.py +++ b/theme_bookstore/__manifest__.py @@ -60,6 +60,7 @@ 'views/snippets/s_text_cover.xml', 'views/snippets/s_accordion.xml', 'views/snippets/s_accordion_image.xml', + 'views/snippets/s_company_team_card.xml', 'views/new_page_template.xml', ], 'images': [ diff --git a/theme_bookstore/views/snippets/s_company_team_card.xml b/theme_bookstore/views/snippets/s_company_team_card.xml new file mode 100644 index 000000000..1bfa796aa --- /dev/null +++ b/theme_bookstore/views/snippets/s_company_team_card.xml @@ -0,0 +1,23 @@ + + + + + + diff --git a/theme_buzzy/__manifest__.py b/theme_buzzy/__manifest__.py index c171f28b0..7c745e499 100644 --- a/theme_buzzy/__manifest__.py +++ b/theme_buzzy/__manifest__.py @@ -58,6 +58,7 @@ 'views/snippets/s_image_hexagonal.xml', 'views/snippets/s_image_punchy.xml', 'views/snippets/s_striped_center_top.xml', + 'views/snippets/s_company_team_card.xml', 'views/snippets/s_image_title.xml', 'views/snippets/s_key_images.xml', 'views/snippets/s_big_number.xml', diff --git a/theme_buzzy/views/snippets/s_company_team_card.xml b/theme_buzzy/views/snippets/s_company_team_card.xml new file mode 100644 index 000000000..356a34735 --- /dev/null +++ b/theme_buzzy/views/snippets/s_company_team_card.xml @@ -0,0 +1,11 @@ + + + + + + diff --git a/theme_clean/__manifest__.py b/theme_clean/__manifest__.py index b54d8708b..d23100856 100644 --- a/theme_clean/__manifest__.py +++ b/theme_clean/__manifest__.py @@ -44,6 +44,7 @@ 'views/snippets/s_shape_image.xml', 'views/snippets/s_images_constellation.xml', 'views/snippets/s_empowerment.xml', + 'views/snippets/s_company_team_card.xml', 'views/new_page_template.xml', ], 'images': [ diff --git a/theme_clean/views/snippets/s_company_team_card.xml b/theme_clean/views/snippets/s_company_team_card.xml new file mode 100644 index 000000000..b76f39d27 --- /dev/null +++ b/theme_clean/views/snippets/s_company_team_card.xml @@ -0,0 +1,27 @@ + + + + + + diff --git a/theme_cobalt/views/customizations.xml b/theme_cobalt/views/customizations.xml index 8f4d19ee6..53fad0b23 100644 --- a/theme_cobalt/views/customizations.xml +++ b/theme_cobalt/views/customizations.xml @@ -706,4 +706,28 @@ + + + diff --git a/theme_enark/__manifest__.py b/theme_enark/__manifest__.py index 17676fe0d..4888dd918 100644 --- a/theme_enark/__manifest__.py +++ b/theme_enark/__manifest__.py @@ -51,6 +51,7 @@ 'views/snippets/s_images_constellation.xml', 'views/snippets/s_text_cover.xml', 'views/snippets/s_empowerment.xml', + 'views/snippets/s_company_team_card.xml', 'views/new_page_template.xml', ], 'images': [ diff --git a/theme_enark/views/snippets/s_company_team_card.xml b/theme_enark/views/snippets/s_company_team_card.xml new file mode 100644 index 000000000..86057f511 --- /dev/null +++ b/theme_enark/views/snippets/s_company_team_card.xml @@ -0,0 +1,23 @@ + + + + + + diff --git a/theme_kea/__manifest__.py b/theme_kea/__manifest__.py index 0489e4d8c..baa20c839 100644 --- a/theme_kea/__manifest__.py +++ b/theme_kea/__manifest__.py @@ -44,6 +44,7 @@ 'views/snippets/s_pricelist_boxed.xml', 'views/snippets/s_image_hexagonal.xml', 'views/snippets/s_striped_center_top.xml', + 'views/snippets/s_company_team_card.xml', 'views/snippets/s_image_title.xml', 'views/snippets/s_image_punchy.xml', 'views/snippets/s_key_images.xml', diff --git a/theme_kea/views/snippets/s_company_team_card.xml b/theme_kea/views/snippets/s_company_team_card.xml new file mode 100644 index 000000000..4fd24ce28 --- /dev/null +++ b/theme_kea/views/snippets/s_company_team_card.xml @@ -0,0 +1,27 @@ + + + + + + diff --git a/theme_kiddo/__manifest__.py b/theme_kiddo/__manifest__.py index ac90538ee..cb6c20e6c 100644 --- a/theme_kiddo/__manifest__.py +++ b/theme_kiddo/__manifest__.py @@ -44,6 +44,7 @@ 'views/snippets/s_pricelist_boxed.xml', 'views/snippets/s_image_hexagonal.xml', 'views/snippets/s_striped_center_top.xml', + 'views/snippets/s_company_team_card.xml', 'views/snippets/s_image_title.xml', 'views/snippets/s_key_images.xml', 'views/snippets/s_intro_pill.xml', diff --git a/theme_kiddo/views/snippets/s_company_team_card.xml b/theme_kiddo/views/snippets/s_company_team_card.xml new file mode 100644 index 000000000..0fc44131f --- /dev/null +++ b/theme_kiddo/views/snippets/s_company_team_card.xml @@ -0,0 +1,23 @@ + + + + + + diff --git a/theme_loftspace/__manifest__.py b/theme_loftspace/__manifest__.py index e2c0c29dd..35427881a 100644 --- a/theme_loftspace/__manifest__.py +++ b/theme_loftspace/__manifest__.py @@ -53,6 +53,7 @@ 'views/snippets/s_wavy_grid.xml', 'views/snippets/s_text_cover.xml', 'views/snippets/s_empowerment.xml', + 'views/snippets/s_company_team_card.xml', 'views/new_page_template.xml', ], 'images': [ diff --git a/theme_loftspace/views/snippets/s_company_team_card.xml b/theme_loftspace/views/snippets/s_company_team_card.xml new file mode 100644 index 000000000..0fc44131f --- /dev/null +++ b/theme_loftspace/views/snippets/s_company_team_card.xml @@ -0,0 +1,23 @@ + + + + + + diff --git a/theme_monglia/views/customizations.xml b/theme_monglia/views/customizations.xml index 665672ab0..fd61d5dfa 100644 --- a/theme_monglia/views/customizations.xml +++ b/theme_monglia/views/customizations.xml @@ -1029,4 +1029,24 @@ + + + diff --git a/theme_nano/__manifest__.py b/theme_nano/__manifest__.py index 5dfeb7739..57af74644 100644 --- a/theme_nano/__manifest__.py +++ b/theme_nano/__manifest__.py @@ -46,6 +46,7 @@ 'views/snippets/s_numbers.xml', 'views/snippets/s_image_text_overlap.xml', 'views/snippets/s_company_team_basic.xml', + 'views/snippets/s_company_team_card.xml', 'views/new_page_template.xml', ], 'images': [ diff --git a/theme_nano/views/snippets/s_company_team_card.xml b/theme_nano/views/snippets/s_company_team_card.xml new file mode 100644 index 000000000..9bfc13506 --- /dev/null +++ b/theme_nano/views/snippets/s_company_team_card.xml @@ -0,0 +1,23 @@ + + + + + + diff --git a/theme_notes/__manifest__.py b/theme_notes/__manifest__.py index 8347efb07..49db5dc0a 100644 --- a/theme_notes/__manifest__.py +++ b/theme_notes/__manifest__.py @@ -54,6 +54,7 @@ 'views/snippets/s_pricelist_boxed.xml', 'views/snippets/s_image_hexagonal.xml', 'views/snippets/s_striped_center_top.xml', + 'views/snippets/s_company_team_card.xml', 'views/snippets/s_key_images.xml', 'views/snippets/s_quadrant.xml', 'views/snippets/s_intro_pill.xml', diff --git a/theme_notes/views/snippets/s_company_team_card.xml b/theme_notes/views/snippets/s_company_team_card.xml new file mode 100644 index 000000000..b4a049e5a --- /dev/null +++ b/theme_notes/views/snippets/s_company_team_card.xml @@ -0,0 +1,23 @@ + + + + + + diff --git a/theme_odoo_experts/__manifest__.py b/theme_odoo_experts/__manifest__.py index 663e798ab..9128fd451 100644 --- a/theme_odoo_experts/__manifest__.py +++ b/theme_odoo_experts/__manifest__.py @@ -52,6 +52,7 @@ 'views/snippets/s_numbers_list.xml', 'views/snippets/s_showcase.xml', 'views/snippets/s_mockup_image.xml', + 'views/snippets/s_company_team_card.xml', 'views/new_page_template.xml', ], 'images': [ diff --git a/theme_odoo_experts/views/snippets/s_company_team_card.xml b/theme_odoo_experts/views/snippets/s_company_team_card.xml new file mode 100644 index 000000000..04925c979 --- /dev/null +++ b/theme_odoo_experts/views/snippets/s_company_team_card.xml @@ -0,0 +1,23 @@ + + + + + + diff --git a/theme_orchid/__manifest__.py b/theme_orchid/__manifest__.py index 864f65af9..1c655b480 100644 --- a/theme_orchid/__manifest__.py +++ b/theme_orchid/__manifest__.py @@ -46,6 +46,7 @@ 'views/snippets/s_key_benefits.xml', 'views/snippets/s_image_hexagonal.xml', 'views/snippets/s_striped_center_top.xml', + 'views/snippets/s_company_team_card.xml', 'views/snippets/s_key_images.xml', 'views/snippets/s_kickoff.xml', 'views/snippets/s_intro_pill.xml', diff --git a/theme_orchid/views/snippets/s_company_team_card.xml b/theme_orchid/views/snippets/s_company_team_card.xml new file mode 100644 index 000000000..1ca678f3d --- /dev/null +++ b/theme_orchid/views/snippets/s_company_team_card.xml @@ -0,0 +1,23 @@ + + + + + + diff --git a/theme_paptic/views/customizations.xml b/theme_paptic/views/customizations.xml index 60acc4856..593ec49d1 100644 --- a/theme_paptic/views/customizations.xml +++ b/theme_paptic/views/customizations.xml @@ -778,4 +778,12 @@ + + + diff --git a/theme_yes/__manifest__.py b/theme_yes/__manifest__.py index 18b900209..756647732 100644 --- a/theme_yes/__manifest__.py +++ b/theme_yes/__manifest__.py @@ -48,6 +48,7 @@ 'views/snippets/s_pricelist_boxed.xml', 'views/snippets/s_image_hexagonal.xml', 'views/snippets/s_striped_center_top.xml', + 'views/snippets/s_company_team_card.xml', 'views/snippets/s_key_images.xml', 'views/snippets/s_kickoff.xml', 'views/snippets/s_intro_pill.xml', diff --git a/theme_yes/views/snippets/s_company_team_card.xml b/theme_yes/views/snippets/s_company_team_card.xml new file mode 100644 index 000000000..4ea26add4 --- /dev/null +++ b/theme_yes/views/snippets/s_company_team_card.xml @@ -0,0 +1,23 @@ + + + + + + diff --git a/theme_zap/__manifest__.py b/theme_zap/__manifest__.py index 34d85cc44..3051a79ee 100644 --- a/theme_zap/__manifest__.py +++ b/theme_zap/__manifest__.py @@ -46,6 +46,7 @@ 'views/snippets/s_pricelist_boxed.xml', 'views/snippets/s_striped_center_top.xml', 'views/snippets/s_striped.xml', + 'views/snippets/s_company_team_card.xml', 'views/snippets/s_image_title.xml', 'views/snippets/s_big_number.xml', 'views/snippets/s_images_constellation.xml', diff --git a/theme_zap/views/snippets/s_company_team_card.xml b/theme_zap/views/snippets/s_company_team_card.xml new file mode 100644 index 000000000..ce0e47e70 --- /dev/null +++ b/theme_zap/views/snippets/s_company_team_card.xml @@ -0,0 +1,23 @@ + + + + + +