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.

19 lines
773 B

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