[ADD] theme saas-14.3

This commit is contained in:
Jeremy Kersten
2021-05-10 15:46:42 +02:00
parent 2bdf71a2b2
commit 84ba083d17
208 changed files with 3170 additions and 4050 deletions
+9 -1
View File
@@ -5,11 +5,19 @@
'version':'1.1',
'author':'Odoo S.A.',
'data': [
'views/assets.xml',
'views/options.xml',
],
'depends': ['website'],
'images': [
'static/description/icon.png',
],
'assets': {
'web.assets_frontend': [
'website_animate/static/src/scss/o_animate_frontend.scss',
'website_animate/static/src/js/o_animate.frontend.js',
],
'website.assets_editor': [
'website_animate/static/src/js/o_animate.editor.js',
],
}
}