odoo/addons/point_of_sale/static
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
..
description [FIX] Use local copies of png instead of fetching them from websites 2015-01-23 11:23:04 +01:00
img [IMP] point_of_sale: contributing partners demo data. 2015-06-16 12:52:02 +02:00
lib [FIX] point_of_sale: the receipt would not print correctly on first try 2014-08-19 17:15:14 +02:00
src [FIX] point_of_sale: quantity decimals for new lines 2015-11-27 16:55:00 +01:00