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.
 
 
 
 

24 lines
801 B

# -*- coding: utf-8 -*-
# Copyright 2017-2019 Therp BV <https://therp.nl>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
'name': "POS: restricted customer list",
'version': '9.0.1.0.0',
'development_status': "Production/Stable",
'category': "Point Of Sale"'',
'summary': "This module will limit the download of customer data to "
"only those customers where this has been specifically "
"requested.",
'author': "Therp BV, Odoo Community Association (OCA)",
'website': "https://github.com/OCA/pos/tree/9.0/"
"pos_restricted_customer_list",
'license': "AGPL-3",
'depends': [
'point_of_sale',
],
'data': [
'views/assets_backend.xml',
'views/res_partner.xml',
],
}