Amit Dodiya (OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/6.1-opw-573508-ado into
lp:openobject-addons/6.1.
Requested reviews:
Xavier ALT (OpenERP) (xal-openerp)
Naresh(OpenERP) (nch-openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-573508-ado/+merge/100767
Hello,
"[FIX] Categories are covered under the product icons when categories are more
than one raw"
There is a problem with the POS when the categories of product take more
then a line in that case the other categories are not accessible as they are
covered under the product icons.
Regards,
Amit
--
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-573508-ado/+merge/100767
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/6.1-opw-573508-ado.
=== modified file 'point_of_sale/static/src/js/pos.js'
--- point_of_sale/static/src/js/pos.js 2012-04-03 13:05:28 +0000
+++ point_of_sale/static/src/js/pos.js 2012-04-04 10:42:23 +0000
@@ -791,6 +791,7 @@
var CategoryWidget = db.web.OldWidget.extend({
start: function() {
this.$element.find(".oe-pos-categories-list a").click(_.bind(this.changeCategory, this));
+ $("#products-screen-ol").css("top",$("#products-screen-categories").height()+"px");
},
template_fct: qweb_template('pos-category-template'),
render_element: function() {
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp