- 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
661 B

5 years ago
  1. {
  2. 'name': 'Bistro Theme',
  3. 'description': 'Bistro Theme - Restaurant, Food/Drink, Catering, Food trucks',
  4. 'category': 'Theme/Services',
  5. 'summary': 'Restaurants, Catering, Food, Drinks, Accomodations, Lodging, Hosting, Vacations, Holidays, Travels',
  6. 'sequence': 220,
  7. 'version': '1.0',
  8. 'depends': ['theme_treehouse'],
  9. 'data': [
  10. 'views/assets.xml',
  11. 'views/images.xml',
  12. 'views/snippets_options.xml',
  13. ],
  14. 'images': [
  15. 'static/description/bistro_cover.jpg',
  16. 'static/description/bistro_screenshot.jpeg',
  17. ],
  18. 'license': 'LGPL-3',
  19. 'live_test_url': 'https://theme-bistro.odoo.com'
  20. }