[IMP] point_of_sale: alternative css without hover effects for resistive screens

bzr revid: fva@openerp.com-20120903115954-t26j8qx54a6o9pta
This commit is contained in:
Frédéric van der Essen 2012-09-03 13:59:54 +02:00
parent a77587e064
commit 716651c27d
2 changed files with 3 additions and 1 deletions

View File

@ -92,7 +92,8 @@ Main features:
'static/src/js/main.js',
],
'css': [
'static/src/css/pos.css',
'static/src/css/pos.css', # this is the default css with hover effects
#'static/src/css/pos_nohover.css', # this css has no hover effects (for resistive touchscreens)
'static/src/css/keyboard.css'
],
'qweb': ['static/src/xml/pos.xml'],

View File

@ -47,6 +47,7 @@ TODO AUG 20
v supprimer l'écran
v bloquer sur l'impression
v L'impression est foireuse
- description_sales
* CLIENT
v create a new branch