Commit Graph

7 Commits

Author SHA1 Message Date
Odoo Translation Bot f4a5affcd6 [I18N] Update translation terms from Transifex 2021-12-01 10:32:13 +01:00
Nasreddin Boulif (bon) 59522be3eb [FIX] theme_common: Remove shadow style for header tags with light bg
Steps to reproduce :

  - Install Website module and at step of selecting a website theme,
    choose Monglia
    (or install and activate theme manually after Website install)
  - Go to Website homepage and edit it
  - Add the `Three Columns` structure block then save

Issue :

  The titles in cards are blurry.
  Issue can be reproduced on any theme that use the css function:
  `o-theme-cfa-header-shadows`.

Solution :

  Remove shadow style for light background:
  bg-100, bg-200, bg-300, bg-400.

opw-2627163

closes odoo/design-themes#492

Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
2021-09-13 15:09:17 +00:00
Benjamin Vray ad7389630c [FIX] website_animate: fix "rotate in down" animations
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

closes odoo/design-themes#6

Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
2021-07-26 10:43:52 +00:00
Xavier-Do dad1c327ab [FIX] *: add explicit license to all manifest
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.

closes odoo/design-themes#39

Related: odoo/odoo#74146
Related: odoo/enterprise#19803
Signed-off-by: Olivier Dony (odo) <odo@openerp.com>
2021-07-23 09:13:08 +00:00
Odoo Translation Bot c531cf4bf9 [I18N] Update translation terms from Transifex 2021-07-01 10:30:33 +02:00
Odoo Translation Bot 5a993bb1b7 [I18N] Update translation terms from Transifex 2021-06-01 10:31:16 +02:00
Design bddf1b03c5 [ADD] theme 12.0 2021-05-11 15:56:19 +02:00