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.

18 lines
542 B

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