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

22 lines
707 B

5 years ago
  1. {
  2. 'name': 'Monglia Theme',
  3. 'description': 'Monglia Catering Theme',
  4. 'category': 'Theme/Services',
  5. 'summary': 'Restaurants, Bars, Pubs, Cafes, Catering, Food, Drinks, Concerts, Events, Shows, Musics, Dance, Party',
  6. 'sequence': 260,
  7. 'version': '1.0',
  8. 'depends': ['theme_common'],
  9. 'data': [
  10. 'views/assets.xml',
  11. 'views/customize_modal.xml',
  12. 'views/snippets.xml',
  13. 'views/images_content.xml',
  14. 'views/images_library.xml',
  15. ],
  16. 'images': [
  17. 'static/description/monglia_description.png',
  18. 'static/description/monglia_screenshot.jpeg',
  19. ],
  20. 'license': 'LGPL-3',
  21. 'live_test_url': 'https://theme-monglia.odoo.com',
  22. }