Xavier Luyckx (xlu)
06d4effa17
[IMP] theme_*: adapt themes with new s_freegrid snippet
...
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 design of `s_freegrid` for multiple themes, based
on the new Odoo 18 snippet redesign.
task-4104931
closes odoo/design-themes#881
Part-of: task-4077427
Related: odoo/odoo#177573
Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com >
2024-08-29 14:54:57 +00:00
Brieuc-brd
0a5673bd37
[IMP] theme_anelusia, *: adapt s_pricelist_boxed
...
*: theme_anelusia, theme_artists, theme_avantgarde, theme_beauty,
theme_bewise, theme_bistro, theme_bookstore, theme_buzzy, theme_clean,
theme_cobalt, theme_enark, theme_graphene, theme_kea, theme_kiddo,
theme_loftspace, theme_monglia, theme_nano, theme_notes,
theme_odoo_experts, theme_orchid, theme_paptic, theme_real_estate,
theme_treehouse, theme_vehicle, theme_yes, theme_zap
This commit adds customizations related to s_numbers_showcase, added in
https://github.com/odoo/odoo/pull/176145
task-4094410
Part of task-4077427
closes odoo/design-themes#858
Related: odoo/odoo#176145
Signed-off-by: Benoit Socias (bso) <bso@odoo.com >
2024-08-28 08:14:56 +00:00
Chrysanthe (chgo)
3be4d83c91
[IMP] theme_*: adapt s_key_benefits within themes
...
*: artists, avantgarde, aviato, beauty, bewise, bistro, bookstore, buzzy,
clean, cobalt, enark, graphene, kea, kiddo, lofspace, monglia, nano,
notes, odoo_experts, orchid, paptic, real_estate, treehouse, vehicle,
yes, zap
This commit reviews the `s_key_benefits` snippet occurrences within
design themes.
task-4104927
part of task-4077427
closes odoo/design-themes#871
Related: odoo/odoo#176638
Signed-off-by: Benoit Socias (bso) <bso@odoo.com >
2024-08-22 18:43:29 +00:00
Chrysanthe (chgo)
8d1c11aa59
[IMP] theme_*: review s_cta_box occurrences
...
*: 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 customizes the new `s_cta_box` snippet across all the design
themes.
task-4094396
Part of task-4077427
closes odoo/design-themes#863
Related: odoo/odoo#175703
Signed-off-by: Soukéina Bojabza (sobo) <sobo@odoo.com >
2024-08-14 12:47:49 +00:00
Xavier Luyckx (xlu)
f2b03ac7bf
[IMP] theme_*: adapt themes with new s_unveil snippet
...
*: anelusia, avantgarde, aviato, beauty, bewise, bookstore, ernark,
graphene, kea, kiddo, loftspace, monglia, nano, notes, odoo experts,
orchid, paptic, real_estate, treehouse, vehicle, yes, zap
This commit adapts the design of new s_unveil snippet for multiple
themes.
task-4104471
closes odoo/design-themes#860
Part-of: task-4077427
Related: odoo/odoo#176167
Signed-off-by: Soukéina Bojabza (sobo) <sobo@odoo.com >
2024-08-14 09:24:56 +00:00
Benoit Socias
9c0707ceac
[FIX] theme_*: call _generate_primary_templates before importing data
...
To make sure the required primary templates have been generated from
the theme's manifest when inherited views are imported/updated, this
commit triggers their generation from a first imported XML file.
This has been added to all themes for consistency, even the ones that
do not require it currently.
Related to https://github.com/odoo/odoo/pull/148443
task-3670496
X-original-commit: 22abe61eaf
Part-of: odoo/design-themes#761
2024-02-03 06:07:04 +00:00
Morgane (morm)
80cbee66f6
[IMP] theme_*: adapt New Page template designs for themes
...
This commit customizes all New Page template designs for every single
theme.
The changes are organized as follow:
When the used blocks are not the default ones:
- the new sequence of block is listed in the `new_page_templates`
manifest entry.
- the blocks are updated in the `new_page_template_sections_..._...`
XML templates accordingly.
After the potential block sequence updates, the `new_page_template.xml`
then first contains the general customization of blocks (those that
apply across all new page templates) then the customization for each
category of page.
Customizations for a specific page are directly below category-wide
customizations of the given block when both exist.
task-3381714
closes odoo/design-themes#692
Related: odoo/odoo#126719
Signed-off-by: Romain Derie (rde) <rde@odoo.com >
Co-authored-by: Benoit Socias <bso@odoo.com >
Co-authored-by: Arthur Detroux (ard) <ard@odoo.com >
2023-10-14 03:27:02 +00:00
Benoit Socias
230ded2759
[REF] theme_*: rename snippets_list to configurator_snippets
...
This commit renames the `snippets_list` manifest key to
`configurator_snippets` across all themes.
task-3381714
Part-of: odoo/design-themes#692
2023-10-14 03:27:02 +00:00
Victor Feyens
c338c17bf7
[FIX] *: clean useless content in manifests
...
Make sure the linting test added in community do not fail.
closes odoo/design-themes#669
X-original-commit: f78f8df161
Signed-off-by: Romain Derie (rde) <rde@odoo.com >
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com >
2023-07-07 10:52:58 +02:00
Sébastien Mottet (oms)
57e1e285b8
[FIX] theme_*: move snippet lists from iap to design-theme repo
...
Previously the configurator retrieved the snippet lists
needed to build the website pages from IAP. These lists
have been put in the theme manifests and can be accessed
from it.
Odoo PR: odoo/odoo#77243
IAP PR: odoo/iap-apps#411
closes odoo/design-themes#510
X-original-commit: 285d413a44
Related: odoo/odoo#77550
Signed-off-by: Jérémy Kersten (jke) <jke@openerp.com >
2021-09-30 17:12:08 +00:00
Brieuc-brd
620da7cfa4
[IMP] theme_notes: update the theme
...
This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.
task-2590454
X-original-commit: 352692754c
Part-of: odoo/design-themes#501
2021-09-24 11:09:49 +00:00
Jeremy Kersten
62311833d9
[ADD] theme master
2021-05-10 15:46:48 +02:00
Jeremy Kersten
84ba083d17
[ADD] theme saas-14.3
2021-05-10 15:46:42 +02:00
Jeremy Kersten
cb1e3be3f8
[ADD] theme 14.0
2021-05-10 15:45:35 +02:00