# Copyright 2016-2018 Sylvain LE GAL (https://twitter.com/legalsylvain) # Copyright 2018 David Vidal # Copyright 2018 Lambda IS DOOEL # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { 'name': 'Point of Sale Order Return', 'version': '12.0.1.0.3', 'category': 'Point Of Sale', 'author': 'La Louve, ' 'GRAP, ' 'Tecnativa, ' 'Lambda IS, ' 'Odoo Community Association (OCA)', 'license': 'AGPL-3', 'website': 'https://www.github.com/OCA/pos', 'depends': [ 'point_of_sale', ], 'data': [ 'wizard/pos_partial_return_wizard_view.xml', 'views/pos_order_view.xml', 'views/product_product_view.xml', ], 'demo': [ 'demo/product_product.xml', ], 'installable': True, }