odoo/addons/point_of_sale/static/src/js
Denis Ledoux 4b003afd0a [FIX] point_of_sale: quantity decimals for new lines
In the pos interface,
when adding a product to the order,
the quantity was set to `1`,
but, when adding the same product again,
the quantity was set to `2.000`.

We use `set_quantity` to not
copy/paste what is already done
in this method to display
correctly the quantity within
the product unit of measure rounding.
2015-11-27 16:55:00 +01:00
..
db.js [FIX] point_of_sale: correctly split workds in product search 2015-06-26 08:51:25 +02:00
devices.js [FIX] point_of_sale: scale debug was not working with an unplugged scale 2015-01-27 10:58:58 +01:00
main.js [IMP] point_of_sale: forgot changes in this file in the previous commit that introduced unit tests 2014-08-05 14:07:58 +02:00
models.js [FIX] point_of_sale: quantity decimals for new lines 2015-11-27 16:55:00 +01:00
screens.js [FIX] point_of_sale: float format 2015-05-21 09:02:13 +02:00
tests.js [IMP] point_of_sale: add a basic UI unit test based on the new 'Tour' module 2014-08-05 14:07:41 +02:00
widget_base.js [FIX] point_of_sale: precision 2015-06-11 08:45:17 +02:00
widget_keyboard.js [FIX] point_of_sale: onscreen keyboard working again 2013-12-16 19:20:59 +01:00
widgets.js [FIX] point_of_sale: don't read for barcode when search focused 2015-09-09 12:10:59 +02:00