43 lines
1.5 KiB
Python
43 lines
1.5 KiB
Python
# -*- coding: utf-8 -*-
|
|
|
|
{
|
|
'name': 'Website Product',
|
|
'category': 'Website',
|
|
'summary': 'Book Hotel Rooms Online',
|
|
'website': 'https://www.odoo.com/page/website-builder',
|
|
'version': '17.0.2.1',
|
|
'author': 'Pragmatic TechSoft Pvt Ltd',
|
|
'depends': ['web', 'website', 'hotel_management', 'payment', 'website_sale'],
|
|
'description': """
|
|
Book Rooms Online
|
|
|
|
hotel_online Module used for select and book the hotel rooms online.\n
|
|
It also allow user to pay the bill online
|
|
|
|
""",
|
|
'data': [
|
|
'views/website_event_search.xml',
|
|
'views/website_book_room.xml',
|
|
'views/hotel_reservation.xml',
|
|
'views/website_home.xml',
|
|
],
|
|
'assets': {
|
|
'web.assets_frontend': [
|
|
'/hotel_online/static/src/js/bootstrap.min.js',
|
|
'/hotel_online/static/lib/slider/js/lightslider.js',
|
|
'/hotel_online/static/lib/slider/js/test.js',
|
|
'/hotel_online/static/lib/slider/js/new_js_file.js',
|
|
'/hotel_online/static/src/js/website_sale_validate.js',
|
|
'/hotel_online/static/lib/slider/css/lightslider.css',
|
|
'/hotel_online/static/lib/slider/css/lightbox.css',
|
|
'/hotel_online/static/src/css/check_button.css',
|
|
'/hotel_online/static/lib/css/style.css',
|
|
'/hotel_online/static/lib/css/page_tab.css',
|
|
'/hotel_online/static/src/js/page_tab.js',
|
|
# '/hotel_online/static/src/js/website_sale_inherit.js'
|
|
],
|
|
},
|
|
'installable': True,
|
|
'license': 'LGPL-3',
|
|
}
|