# -*- coding: utf-8 -*- ############################################################################# # # Cybrosys Technologies Pvt. Ltd. # # Copyright (C) 2019-TODAY Cybrosys Technologies(). # Author: Akhilesh N S (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 . # ############################################################################# { 'name': 'Sales Care of Commission', 'version': '12.0.1.0.0', 'summary': """To address a contact, sale or invoice in care of someone else""", 'description': """Calculate and Print report for Sales Care of commission""", 'author': "Cybrosys Techno Solutions", 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', 'website': "https://www.cybrosys.com", 'category': 'Accounting', 'depends': ['sale', 'account'], 'data': [ 'views/res_config_settings_views.xml', 'views/res_partner_views.xml', 'views/sale_order_views.xml', 'views/invoice_views.xml', 'views/report_care_of_commission_templates.xml', 'wizard/care_of_partner_report_view.xml', 'reports/report.xml', ], 'images': ['static/description/banner.png'], 'license': 'AGPL-3', 'installable': True, 'application': False, 'auto_install': False, }