- Repo for opensource odoo website theme (since V13.0)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
334 B

5 years ago
  1. {
  2. 'name':'Website Animate',
  3. 'description':"Provide animation for page\'s blocks",
  4. 'category': 'Website',
  5. 'version':'1.1',
  6. 'author':'Odoo S.A.',
  7. 'data': [
  8. 'views/assets.xml',
  9. 'views/options.xml',
  10. ],
  11. 'depends': ['website'],
  12. 'images': [
  13. 'static/description/icon.png',
  14. ],
  15. }