[IMP] kanban picking

bzr revid: fp@openerp.com-20130728190612-pol5gi7jahcx234o
This commit is contained in:
Fabien Pinckaers 2013-07-28 21:06:12 +02:00
parent 7d9fe91e59
commit 8cdc0b596b
2 changed files with 10 additions and 1 deletions

View File

@ -66,3 +66,10 @@
.oe_product_desc li {
margin: 2px 0;
}
.oe_stock_scan_image {
opacity: 0.2
}
.oe_stock_scan_image:hover {
opacity: 1
}

View File

@ -1203,7 +1203,9 @@
<div class="oe_right">
<a name="%(action_stock_stock_ui)d" type="action">
<img src="/stock/static/src/img/scan.png" alt="Click to launch the barcode interface"/>
<img src="/stock/static/src/img/scan.png"
alt="Click to launch the barcode interface"
class="oe_stock_scan_image"/>
</a>
</div>
<div class="oe_items_list">