- 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.

21 lines
621 B

5 years ago
  1. {
  2. 'name': 'Notes & Play Theme',
  3. 'description': 'Notes & Play Theme',
  4. 'category': 'Theme/Retail',
  5. 'summary': 'Musics, Sound, Concerts, Artists, Records, Stores',
  6. 'sequence': 280,
  7. 'version': '1.0',
  8. 'depends': ['theme_common'],
  9. 'data': [
  10. 'views/assets.xml',
  11. 'views/snippets.xml',
  12. 'views/images_content.xml',
  13. 'views/images_library.xml',
  14. ],
  15. 'images': [
  16. 'static/description/Notes_description.png',
  17. 'static/description/notes_screenshot.jpeg',
  18. ],
  19. 'license': 'LGPL-3',
  20. 'live_test_url': 'https://theme-notes.odoo.com/page/demo',
  21. }