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
773 B

  1. # Copyright 2020 Lorenzo Battistini @ TAKOBI
  2. # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
  3. {
  4. "name": "Point of Sale - Restrict users",
  5. "summary": "Restrict some users to see and use only certain points of sale",
  6. "version": "12.0.1.0.1",
  7. "development_status": "Beta",
  8. "category": "Point of Sale",
  9. "website": "https://github.com/OCA/pos",
  10. "author": "TAKOBI, Odoo Community Association (OCA)",
  11. "maintainers": ["eLBati"],
  12. "license": "LGPL-3",
  13. "application": False,
  14. "installable": True,
  15. "depends": [
  16. "point_of_sale",
  17. ],
  18. "data": [
  19. "security/pos_security.xml",
  20. "views/pos_config_views.xml",
  21. "security/ir.model.access.csv",
  22. "views/point_of_sale_views.xml",
  23. ],
  24. }