Browse Source

fix minor issues: journal sequence, __openerp__.py

pull/155/head
ufaks 8 years ago
committed by Vincent Van Rossem
parent
commit
0dce7bbfbd
  1. 5
      pos_keyboard/__openerp__.py

5
pos_keyboard/__openerp__.py

@ -3,10 +3,11 @@
'name': "Keyboard support in Point Of Sale",
'author': "IT-Projects LLC, Ivan Yelizariev",
'summary': 'Module allows to use usual keyboard (not virtual one) in Point of Sale',
"website": "https://yelizariev.github.io",
"website": "https://www.it-projects.info",
'images': ['images/keyboard.png'],
'category': 'Point Of Sale',
'version': '1.0.0',
'license': 'LGPL-3',
'version': '1.0.1',
'depends': ['point_of_sale'],
'data': [
'data.xml',

Loading…
Cancel
Save