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.
 
 
 
 

28 lines
816 B

# -*- coding: utf-8 -*-
# Copyright 2016-2018 Sylvain LE GAL (https://twitter.com/legalsylvain)
# Copyright 2018 David Vidal <david.vidal@tecnativa.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'Point of Sale Order Return',
'version': '10.0.1.0.0',
'category': 'Point Of Sale',
'author': 'La Louve, '
'GRAP, '
'Tecnativa, '
'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,
}