Files
design-themes/website_animate/__manifest__.py
T
2021-05-10 15:46:42 +02:00

24 lines
621 B
Python

{
'name':'Website Animate',
'description':"Provide animation for page\'s blocks",
'category': 'Website',
'version':'1.1',
'author':'Odoo S.A.',
'data': [
'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',
],
}
}