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

5 years ago
  1. {
  2. 'name': 'Real Estate Theme',
  3. 'description': 'Real Estate Theme - Houses, Appartments, Real Estate Agencies',
  4. 'category': 'Theme/Services',
  5. 'summary': 'Real Estate, Agencies, Construction, Services, Accomodations, Lodging, Hosting, Houses, Appartments, Vacations, Holidays, Travels',
  6. 'sequence': 320,
  7. 'version': '1.0',
  8. 'depends': ['theme_monglia'],
  9. 'data': [
  10. 'views/assets.xml',
  11. 'views/images.xml',
  12. 'views/snippets.xml',
  13. ],
  14. 'images': [
  15. 'static/description/real_estate_description.png',
  16. 'static/description/real_estate_screenshot.jpeg',
  17. ],
  18. 'license': 'LGPL-3',
  19. 'live_test_url': 'https://theme-real-estate.odoo.com',
  20. }