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.

29 lines
859 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright (C) 2017 - Today: GRAP (http://www.grap.coop)
  3. # Copyright (C) 2017 - Today: Akretion (http://www.akretion.com)
  4. # @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  5. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  6. {
  7. "name": "Point of Sale - timeout",
  8. "summary": "Set the timeout of the point of sale",
  9. "version": "10.0.1.0.0",
  10. "category": "Point Of sale",
  11. "website": "https://odoo-community.org/",
  12. "author": "GRAP, Odoo Community Association (OCA)",
  13. "license": "AGPL-3",
  14. "depends": [
  15. "point_of_sale",
  16. ],
  17. "images": [
  18. "static/description/pos_config.png",
  19. ],
  20. "data": [
  21. "views/view_pos_config.xml",
  22. "views/templates.xml",
  23. ],
  24. 'qweb': [
  25. 'static/src/xml/pos_timeout.xml',
  26. ],
  27. "installable": True,
  28. }