odoo/addons/point_of_sale/static/src
Nicolas Martinelli ee33593351 [FIX] point_of_sale: round price unit
The product price unit should be rounded before being used in any
operation. The PoS calls the method `read` in order to get the necessary
fields. However, the product price is a non-stored calculated float. In
old API, such a field is not rounded by the `read` method. It means that
a product price of 28.067 (for example thanks to the use of a pricelist)
will be rounded to 28.07 at the server level but not rounded in the PoS
JS layer.

To lower the impact of the fix, the rounding is done at the JS level,
and not in the `_product_price` method.

opw-669024
2016-02-23 14:38:09 +01:00
..
css [FIX] point_of_sale: (do not forward-port!) allow horizontal scrolling of the order list 2014-12-17 15:19:31 +01:00
fonts [FIX] File permission: remove unnecessary executable perm on files 2015-01-23 11:11:27 +01:00
img [MERGE] Bzr branch lp:~openerp-usertesting/openobject-addons/trunk-restaurant-wip-fva 2014-06-13 16:19:05 +02:00
js [FIX] point_of_sale: round price unit 2016-02-23 14:38:09 +01:00
sounds [IMP] point_of_sale: add an error sound to the error popups 2014-08-05 14:03:21 +02:00
xml [FIX] point_of_sale: subtotal non ESC/POS receipt shouldn't include tax 2015-12-23 14:50:15 +01:00