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.

21 lines
637 B

  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "pos_keyboard",
  4. 'summary': "usb keyboard in point of sale",
  5. 'description': """
  6. Module to connect an additional usb keyboard for Point of Sale.
  7. --------------------------------------------------------------
  8. The processed keys:\n number: 0-9\n mode: qty: "/" disc: "-" price: "*"\n dot: "."\n backspace: 'backspace'\n
  9. """,
  10. 'author': "Ivan Yelizariev",
  11. "website" : "https://yelizariev.github.io",
  12. 'category' : 'Point Of Sale',
  13. 'version': '1.0.0',
  14. 'depends': ['point_of_sale'],
  15. 'data': [
  16. 'data.xml',
  17. ],
  18. 'installable': True,
  19. 'auto_install': False,
  20. }