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.

14 lines
362 B

  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "Keyboard support in Point Of Sale",
  4. 'author': "IT-Projects LLC, Ivan Yelizariev",
  5. "website" : "https://yelizariev.github.io",
  6. 'category' : 'Point Of Sale',
  7. 'version': '1.0.0',
  8. 'depends': ['point_of_sale'],
  9. 'data': [
  10. 'data.xml',
  11. ],
  12. 'installable': False,
  13. 'auto_install': False,
  14. }