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

20 lines
615 B

5 years ago
  1. {
  2. 'name': 'Odoo Experts Theme',
  3. 'description': 'Odoo Experts Business Theme',
  4. 'category': 'Theme/Corporate',
  5. 'summary': 'Corporate, Services, Business, Finance, IT',
  6. 'sequence': 210,
  7. 'version': '1.0',
  8. 'depends': ['theme_loftspace', 'website_animate'],
  9. 'data': [
  10. 'views/assets.xml',
  11. 'views/images.xml',
  12. 'views/snippets.xml',
  13. ],
  14. 'images': [
  15. 'static/description/odoo_experts_description.png',
  16. 'static/description/odoo_experts_screenshot.jpeg',
  17. ],
  18. 'license': 'LGPL-3',
  19. 'live_test_url': 'https://theme-odoo-experts.odoo.com',
  20. }