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.
 
 
 
 
 

79 lines
3.3 KiB

# -*- coding: utf-8 -*-
#############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright (C) 2025-TODAY Cybrosys Technologies(<https://www.cybrosys.com>)
# Author: Abbas P(<https://www.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': 'Franchise Management',
'version': '18.0.1.0.0',
'category': 'Marketing',
'summary': 'This Module will help to manage franchisees and dealers.',
'description': """This module helps to manage the franchise in odoo.
A franchise is a type of license that grants a franchisee access,thus
allowing the franchisee to sell a product or service under the
franchises business name.""",
'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions',
'maintainer': 'Cybrosys Techno Solutions',
'website': 'https://www.cybrosys.com',
'depends': ['product', 'website_sale', 'contacts'],
'data': [
'security/franchise_management_security.xml',
'security/ir.model.access.csv',
'report/franchise_dealership_contract_templates.xml',
'report/franchise_management_report.xml',
'report/franchise_report_templates.xml',
'report/dealer_based_templates.xml',
'report/dealer_sale_report_templates.xml',
'report/dealer_sale_based_templates.xml',
'report/agreement_based_templates.xml',
'report/dealer_sale_on_agreement_templates.xml',
'data/ir_sequence_data.xml',
'data/contract_email_data.xml',
'data/franchise_contract_data.xml',
'data/contract_renewal_email_data.xml',
'data/feedback_email_data.xml',
'data/monthly_feedback_cron_data.xml',
'data/contract_renewal_cron_data.xml',
'wizard/dealer_report_views.xml',
'wizard/dealer_sale_report_views.xml',
'views/franchise_dealer_views.xml',
'views/web_franchise_templates.xml',
'views/franchise_agreement_views.xml',
'views/approved_dealer_views.xml',
'views/res_users_views.xml',
'views/franchise_dealer_portal_templates.xml',
'views/franchise_dealer_portal_detail_templates.xml',
'views/franchise_sales_views.xml',
'views/web_franchise_sales_templates.xml',
'views/franchise_management_menus.xml',
],
'assets': {
'web.assets_frontend': [
'franchise_management/static/src/css/website.css',
'franchise_management/static/src/js/portalSignatureForm.js',
'franchise_management/static/src/js/portalSignature.js',
],
},
'images': ['static/description/banner.png'],
'license': 'AGPL-3',
'installable': True,
'auto_install': False,
'application': True,
}