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.

20 lines
594 B

9 years ago
8 years ago
8 years ago
9 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. "support": "pos@it-projects.info",
  7. "website": "https://it-projects.info",
  8. 'images': ['images/keyboard.png'],
  9. 'category': 'Point Of Sale',
  10. 'license': 'LGPL-3',
  11. 'version': '10.0.1.0.2',
  12. 'depends': ['point_of_sale'],
  13. "price": 15.00,
  14. "currency": "EUR",
  15. 'data': [
  16. 'data.xml',
  17. ],
  18. 'installable': True,
  19. 'auto_install': False,
  20. }