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

27 lines
912 B

5 years ago
5 years ago
5 years ago
5 years ago
  1. {
  2. 'name': 'Bistro Theme',
  3. 'description': 'Bistro Theme - Restaurant, Food/Drink, Catering, Food trucks',
  4. 'category': 'Theme/Food',
  5. 'summary': 'Restaurants, Catering, Food, Drinks, Accomodations, Lodging, Hosting, Vacations, Holidays, Travels',
  6. 'sequence': 220,
  7. 'version': '2.0.0',
  8. 'author': 'Odoo S.A.',
  9. 'depends': ['theme_common'],
  10. 'data': [
  11. 'views/assets.xml',
  12. 'views/images_library.xml',
  13. 'views/snippets/s_cover.xml',
  14. 'views/snippets/s_features.xml',
  15. 'views/snippets/s_picture.xml',
  16. 'views/snippets/s_product_catalog.xml',
  17. 'views/snippets/s_quotes_carousel.xml',
  18. 'views/snippets/s_text_block.xml',
  19. ],
  20. 'images': [
  21. 'static/description/bistro_cover.jpg',
  22. 'static/description/bistro_screenshot.jpeg',
  23. ],
  24. 'license': 'LGPL-3',
  25. 'live_test_url': 'https://theme-bistro.odoo.com'
  26. }