Files
design-themes/theme_real_estate/__manifest__.py
T
2021-05-20 10:57:04 +02:00

22 lines
724 B
Python

{
'name': 'Real Estate Theme',
'description': 'Real Estate Theme - Houses, Appartments, Real Estate Agencies',
'category': 'Theme/Services',
'summary': 'Real Estate, Agencies, Construction, Services, Accomodations, Lodging, Hosting, Houses, Appartments, Vacations, Holidays, Travels',
'sequence': 320,
'version': '1.0',
'depends': ['theme_monglia'],
'data': [
'views/assets.xml',
'views/images.xml',
'views/snippets.xml',
],
'images': [
'static/description/real_estate_description.png',
'static/description/real_estate_screenshot.jpeg',
],
'price': 4,
'currency': 'EUR',
'live_test_url': 'https://theme-real-estate.odoo.com',
}