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

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