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.

17 lines
512 B

8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "Keyboard support in Point Of Sale",
  4. 'author': "IT-Projects LLC, Ivan Yelizariev",
  5. 'summary': 'Module allows to use usual keyboard (not virtual one) in Point of Sale',
  6. "website": "https://www.it-projects.info",
  7. 'images': ['images/keyboard.png'],
  8. 'category': 'Point Of Sale',
  9. 'license': 'LGPL-3',
  10. 'version': '1.0.1',
  11. 'depends': ['point_of_sale'],
  12. 'data': [
  13. 'data.xml',
  14. ],
  15. 'installable': True,
  16. 'auto_install': False,
  17. }