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.

15 lines
371 B

  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "pos_keyboard",
  4. 'summary': "usb keyboard in point of sale",
  5. 'author': "Ivan Yelizariev",
  6. "website" : "https://yelizariev.github.io",
  7. 'category' : 'Point Of Sale',
  8. 'version': '1.0.0',
  9. 'depends': ['point_of_sale'],
  10. 'data': [
  11. 'data.xml',
  12. ],
  13. 'installable': True,
  14. 'auto_install': False,
  15. }