# -*- coding: utf-8 -*- ############################################################################### # # Cybrosys Technologies Pvt. Ltd. # # Copyright (C) 2023-TODAY Cybrosys Technologies() # Author: Saneen K (odoo@cybrosys.com) # # You can modify it under the terms of the GNU LESSER # GENERAL PUBLIC LICENSE (LGPL 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 LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. # # You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE # (LGPL v3) along with this program. # If not, see . # ############################################################################### { 'name': "Multiple Product Selection", 'version': '16.0.1.0.0', 'category': 'Purchase,Sales', 'summary': 'Multiple product selection for creating sale and' ' purchase order', 'description': 'This module help you to select multiple products while ' 'creating a sale order or purchase order.We can add the ' 'selected products in to the corresponding order line.', 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', 'website': 'https://www.cybrosys.com', 'images': ['static/description/banner.png'], 'depends': ['base', 'purchase', 'sale_management'], 'data': [ 'security/ir.model.access.csv', 'wizard/multiple_product_views.xml', 'views/sale_order_views.xml', 'views/purchase_order_views.xml', ], 'license': 'LGPL-3', 'installable': True, 'application': False, 'auto_install': False, }