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

24 lines
782 B

5 years ago
  1. {
  2. 'name': 'Nano Theme',
  3. 'description': 'Nano Theme - Responsive Bootstrap Theme for Odoo CMS - Vertical Layout and Sidebar icons',
  4. 'category': 'Theme/Agency',
  5. 'summary': 'Agencies, Creative, Design, IT, Services, Fancy',
  6. 'sequence': 270,
  7. 'version': '1.0',
  8. 'depends': ['theme_common'],
  9. 'data': [
  10. 'views/assets.xml',
  11. 'views/images_library.xml',
  12. 'views/images_content.xml',
  13. 'views/layout.xml',
  14. 'views/snippets.xml',
  15. 'views/snippets_options.xml',
  16. 'views/customize_modal.xml',
  17. ],
  18. 'images': [
  19. 'static/description/nano_cover.gif',
  20. 'static/description/nano_screenshot.jpeg',
  21. ],
  22. 'license': 'LGPL-3',
  23. 'live_test_url': 'https://theme-nano.odoo.com/page/demo_page_01'
  24. }