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.
		
		
		
		
		
			
		
			
				
					
					
						
							72 lines
						
					
					
						
							3.1 KiB
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							72 lines
						
					
					
						
							3.1 KiB
						
					
					
				
								# -*- coding: utf-8 -*-
							 | 
						|
								###############################################################################
							 | 
						|
								#
							 | 
						|
								#    Cybrosys Technologies Pvt. Ltd.
							 | 
						|
								#
							 | 
						|
								#    Copyright (C) 2023-TODAY Cybrosys Technologies(<https://www.cybrosys.com>)
							 | 
						|
								#    Author: Risvana AR (odoo@cybrosys.com)
							 | 
						|
								#
							 | 
						|
								#    You can modify it under the terms of the GNU AFFERO
							 | 
						|
								#    GENERAL PUBLIC LICENSE (AGPL v3), Version 3.
							 | 
						|
								#
							 | 
						|
								#    This program is distributed in the hope that it will be useful,
							 | 
						|
								#    but WITHOUT ANY WARRANTY; without even the implied warranty of
							 | 
						|
								#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
							 | 
						|
								#    GNU AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details.
							 | 
						|
								#
							 | 
						|
								#    You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
							 | 
						|
								#    (AGPL v3) along with this program.
							 | 
						|
								#    If not, see <http://www.gnu.org/licenses/>.
							 | 
						|
								#
							 | 
						|
								###############################################################################
							 | 
						|
								{
							 | 
						|
								    'name': 'Venue / Event Booking Management',
							 | 
						|
								    'version': '16.0.1.0.1',
							 | 
						|
								    'summary': """Core Module for Managing Different Types of Venue/ Event Booking.""",
							 | 
						|
								    'description': """Core Module for Managing Different Types of Venue/ Event Booking, Event Booking, Venue Booking, 
							 | 
						|
								    Space Booking, Booking, Event, Venue, Wedding, Birthday, Party, Hall Booking, Room Booking""",
							 | 
						|
								    "category": "Industry",
							 | 
						|
								    'author': 'Cybrosys Techno Solutions',
							 | 
						|
								    'company': 'Cybrosys Techno Solutions',
							 | 
						|
								    'maintainer': 'Cybrosys Techno Solutions',
							 | 
						|
								    'website': "https://www.cybrosys.com",
							 | 
						|
								    'depends': ['base', 'account', 'website', ],
							 | 
						|
								    'data': [
							 | 
						|
								        'security/venue_booking_management_groups.xml',
							 | 
						|
								        'security/ir.model.access.csv',
							 | 
						|
								        'data/venue_type_data.xml',
							 | 
						|
								        'data/confirmation_email_template_data.xml',
							 | 
						|
								        'views/venue_booking_views.xml',
							 | 
						|
								        'views/venue_type_views.xml',
							 | 
						|
								        'views/amenities_views.xml',
							 | 
						|
								        'views/venue_views.xml',
							 | 
						|
								        'views/dashboard_views.xml',
							 | 
						|
								        'views/res_partner_views.xml',
							 | 
						|
								        'views/res_config_settings_views.xml',
							 | 
						|
								        'wizards/check_venue_availability_views.xml',
							 | 
						|
								        'report/venue_booking_report_views.xml',
							 | 
						|
								        'report/venue_booking_report_templates.xml',
							 | 
						|
								        'report/venue_booking_rerports.xml',
							 | 
						|
								        'wizards/venue_booking_analysis_views.xml',
							 | 
						|
								        'views/website_venue_booking_templates.xml',
							 | 
						|
								        'views/website_portal_templates.xml',
							 | 
						|
								    ],
							 | 
						|
								    'assets': {
							 | 
						|
								        'web.assets_frontend': [
							 | 
						|
								            'venue_booking_management/static/src/css/website_page.css',
							 | 
						|
								            'venue_booking_management/static/src/js/website_venue_booking.js'
							 | 
						|
								        ],
							 | 
						|
								        'web.assets_backend': [
							 | 
						|
								            'venue_booking_management/static/src/css/venue_dashboard.css',
							 | 
						|
								            'venue_booking_management/static/src/scss/venue_booking.scss',
							 | 
						|
								            'venue_booking_management/static/src/xml/dashboard_templates.xml',
							 | 
						|
								            'venue_booking_management/static/src/js/action_manager.js',
							 | 
						|
								            'venue_booking_management/static/src/js/lib/chart_bundle.js',
							 | 
						|
								            'venue_booking_management/static/src/js/dashboard_action.js',
							 | 
						|
								        ]
							 | 
						|
								    },
							 | 
						|
								    'images': ['static/description/banner.png'],
							 | 
						|
								    'license': 'AGPL-3',
							 | 
						|
								    'installable': True,
							 | 
						|
								    'application': True,
							 | 
						|
								}
							 | 
						|
								
							 |