This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.
task-2619534
Part-of: odoo/design-themes#500
This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.
task-2557927
Part-of: odoo/design-themes#500
Theme Kiddo's design has been revamped by adding the following
improvements:
- Theme palette has been changed, using less contrasted colours.
- Fonts have been reviewed, replacing 'Bubblegum Sans' with 'Varela
Round'.
- Header and footer default values have been reviewed and changed to
'default' and 'descriptive'.
- Buttons' default design has been revamped, using now outline buttons
by default.
- Theme's tour has been reviewed and changed, using 's_picture' as a
third block.
- Theme's screenshot and description have been updated.
- Theme's tour snippet design has been revamped, by using animated
shapes ('s_banner', 's_picture'), new shapes ('s_image_text',
's_call_to_action'), a bg video + img placeholder ('s_banner'), a
illustration with dynamic colours ('s_image_text'), a new copywriting
('s_picture'), better text block design ('s_banner'), better design in
smaller viewports ('s_banner', 's_product_list') and a brand new
snippet design ('s_product_list').
- In order to add a better integration with the Website Configurator,
's_cover' design has also been improved.
Additionally, duplicated commented text lines in
'bootstrap_overridden.scss' have been removed.
task-2573229
Part-of: odoo/design-themes#500
This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.
task-2612003
Part-of: odoo/design-themes#500
This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.
task-2601581
Part-of: odoo/design-themes#500
This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.
task-2614510
Part-of: odoo/design-themes#500
This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.
task-2597387
Part-of: odoo/design-themes#500
This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.
task-2557935
Part-of: odoo/design-themes#500
This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.
task-2545200
Part-of: odoo/design-themes#500
This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.
task-2573296
Part-of: odoo/design-themes#500
Theme Avantgarde's design has been completely revamped, focusing on
sectors such as the creativity industries, design, architecture, art or
museums, by adding the following improvements:
- Theme layout has changed to 'full'.
- Theme default palette has been changed to 'avantgarde-3'.
- Fonts have been reviewed, using 'Syne' by default and also adding
'Libre Baskerville' and 'Atkinson Hyperlegible' to the theme's font
list.
- Header and footer default values have been reviewed and changed to
'hamburger' (right-aligned) and 'descriptive'.
- Buttons' default design has been revamped, using now outline buttons
by default and removing the previous 'ripple' effect.
- Links are set to default, never using 'underline' decoration.
- Theme's tour has been reviewed and changed, using the following block
configuration: 's_cover' > 's_picture' > 's_three_columns' >
's_text_image' > 's_call_to_action'.
- Theme's snippets used in the tour have been revamped, by using
animated shapes ('s_cover', 's_text_image'), image shapes ('s_picture',
's_text_image'), and a new column design ('s_three_columns').
- Theme's tour snippets have also been optimised to be used in smaller
viewports.
- Theme's screenshot has been updated.
task-2573286
Part-of: odoo/design-themes#500
This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.
task-2580170
Part-of: odoo/design-themes#500
This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.
task-2573284
Part-of: odoo/design-themes#500
This commit updates the theme to improve the design
with background shapes, new pictures and new custom snippets.
task-2591476
Part-of: odoo/design-themes#36
This commit updates the theme to improve the design with shapes, new
pictures and new custom snippets.
task-2602618
closesodoo/design-themes#467
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
Those two themes were defining a 'hambuger-type' variable to
'off-canvas', probably a typo of 'hamburger-type'... but the themes
do not even activate the views related to 'off-canvas', so this had
simply no effect and did not create any bug.
closesodoo/design-themes#488
X-original-commit: 4f8139719e
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
Review the module website animate to make it cleaner. Dead code, lint
files, etc. Move the WebsiteAnimate object used by a public
widget into this public widget.
Rename "Each Time It Becomes Visible" into "Animation Launch" and
replace the checkbox by a select. Reorder the options.
task-2215118
closesodoo/design-themes#8
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
Before this commit, when drag n drop a snippet to move it in a website
page, the snippet was invisible after the drop.
task-2215118
closesodoo/design-themes#474
X-original-commit: 7c2962779b
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
Before this commit, when animated elements with a css translate
overflowed the #wrapwrap (before and during animations), a horizontal
scrollbar was visible on the #wrapwrap until the end of the animation.
After this commit, the horizontal scrollbar is no longer visible at
any time during the animations.
task-2215118
closesodoo/design-themes#471
X-original-commit: 22e83be4f3
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
Before this commit, the calculation of the top position of the
animated elements did not take into account the fact that the
scrollable element is no longer the body. And therefore the animations
never started.
task-2215118
closesodoo/design-themes#58
X-original-commit: d3a05c4ef5
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
In odoo/odoo#72675 the registry for navbar widgets was changed to use
the new registry class introduced with the wowl webclient, this use site
was not adapted, causing a crash on startup.
closesodoo/design-themes#55
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
The animations "Rotate In-Down-Left" and "Rotate In-Down-Right" were
not done correctly because we were trying to get the position of the
element (by not taking CSS transforms into calculations) via the
matrix of the css transform and it does not work if there is a
transform-origin on the element.
task-2215118
closesodoo/design-themes#53
X-original-commit: ad7389630c
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
The license is missing in most enterprise manifest so
the decision was taken to make it explicit in all cases.
When not defined, a warning will be triggered starting from
14.0 when falling back on the default LGPL-3.
closesodoo/design-themes#48
Related: odoo/odoo#74245
Related: odoo/enterprise#19862
Signed-off-by: Xavier Dollé (xdo) <xdo@odoo.com>
The themes cobalt, paptic and vehicle apply upper on cta_btn_text for some
snippets. In some case cta_btn_text is a boolean (False) and not a string.
We must check cta_btn_text is not False before calling upper on it.
task-2518565
closesodoo/design-themes#33
Signed-off-by: Jérémy Kersten (jke) <jke@openerp.com>