Skip to content

Commit b7e18c9

Browse files
committed
[FIX] awesome_owl: Fix missing css variables
Some imports are missing in the manifest causing some warnings and the css doesn't load properly. Fix was fixed in the master branch, backporting it in 19.0 for the onboarding classes that always happen in the lastest stable. task-none Part-of: #1037 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
1 parent b68a192 commit b7e18c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

awesome_owl/__manifest__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@
2929
'assets': {
3030
'awesome_owl.assets_playground': [
3131
('include', 'web._assets_helpers'),
32+
('include', 'web._assets_backend_helpers'),
3233
'web/static/src/scss/pre_variables.scss',
3334
'web/static/lib/bootstrap/scss/_variables.scss',
35+
'web/static/lib/bootstrap/scss/_maps.scss',
3436
('include', 'web._assets_bootstrap'),
3537
('include', 'web._assets_core'),
3638
'web/static/src/libs/fontawesome/css/font-awesome.css',

0 commit comments

Comments
 (0)