Browse Source

description displaced in the README file

pull/155/head
Ilnur Gallyamov 9 years ago
committed by Vincent Van Rossem
parent
commit
8e88b33a71
  1. 15
      pos_keyboard/README.rst
  2. 6
      pos_keyboard/__openerp__.py

15
pos_keyboard/README.rst

@ -1 +1,16 @@
USB keyboard in Point of Sale.
Module to connect an additional usb keyboard for Point of Sale.
---------------------------------------------------------------
The processed keys:
number: 0-9
mode:
qty: '/'* or "q"**
disc: '-'* or 'd'**
price: '*'* or 'p'**
dot: '.'
backspace: 'backspace'
+/-: '+'* or 's'**
----------------------------
* key on additional keyboard
** key on basic keyboard

6
pos_keyboard/__openerp__.py

@ -2,12 +2,6 @@
{
'name': "pos_keyboard",
'summary': "usb keyboard in point of sale",
'description': """
Module to connect an additional usb keyboard for Point of Sale.
--------------------------------------------------------------
The processed keys:\n number: 0-9\n mode: qty: "/" disc: "-" price: "*"\n dot: "."\n backspace: 'backspace'\n
""",
'author': "Ivan Yelizariev",
"website" : "https://yelizariev.github.io",
'category' : 'Point Of Sale',

Loading…
Cancel
Save