# -*- coding: utf-8 -*- # © 2016 Cédric Pigeon, ACSONE SA/NV () # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { 'name': "Sale Product Multi Add", 'summary': """ Sale Product Multi Add """, 'author': 'ACSONE SA/NV, Odoo Community Association (OCA)', 'website': "http://acsone.eu", 'category': 'Sale Management', 'version': '8.0.1.0.0', 'license': 'AGPL-3', 'depends': [ 'sale', ], 'data': ['wizard/sale_import_products_view.xml', 'views/sale_view.xml', ] }