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

19 lines
605 B

5 years ago
  1. {
  2. 'name': 'Beauty Theme',
  3. 'description': 'Beauty Theme - Cosmetics, Beauty, Make Up, Hairdresser',
  4. 'category': 'Theme/Retail',
  5. 'summary': 'Health, Beauty, Care, Make Up, Cosmetics, Hair Dressers, Stores',
  6. 'sequence': 170,
  7. 'version': '1.0',
  8. 'depends': ['theme_loftspace', 'website_animate'],
  9. 'data': [
  10. 'views/assets.xml',
  11. 'views/images.xml',
  12. ],
  13. 'images': [
  14. 'static/description/beauty_description.png',
  15. 'static/description/beauty_screenshot.jpg',
  16. ],
  17. 'license': 'LGPL-3',
  18. 'live_test_url': 'https://theme-beauty.odoo.com',
  19. }