odoo/openerp/addons/base/test
Cedric Snauwaert d4972ffdb6 [FIX] product,float_utils: perform ceiling via float_round with new rounding_method UP
Modified product ceiling() to use float_round() with special mode
for rounding UP (away from zero), avoiding pathological cases where
float representations errors were ceiling to the superior unit.

Also added correspding tests for rounding_method=UP

Fixes issue #1125, and replaces PR #1126.
2014-09-24 17:11:25 +02:00
..
__init__.py [IMP] cron: added yaml test. 2011-08-09 13:10:08 +02:00
base_test.yml [FIX] product,float_utils: perform ceiling via float_round with new rounding_method UP 2014-09-24 17:11:25 +02:00
bug_lp541545.xml [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
test_auth.yml [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
test_context.xml [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
test_ir_rule.yml [IMP] base: update ir.rule tests for new combination semantics 2011-06-01 16:39:21 +02:00
test_osv_expression.yml [FIX] expression: allow exclusion of records with translated fields 2014-01-08 16:27:22 +01:00