summaryrefslogtreecommitdiff
path: root/odoo/tools/float_utils.py
AgeCommit message (Expand)Author
2024-09-07[IMP] core: float_repr to use built-in "values-provided precision"Xavier Morel
2024-07-10[IMP] core: restrict float_utils exportsXavier Morel
2024-06-24[IMP] tools, web: improve precision of rounding utilsLevi Siuzdak (sile)
2024-02-06[IMP] odoo.tools: add HALF-EVEN and HALF-DOWN to float_roundRuben Gomes (rugo)
2022-05-24[ADD] l10n_eg_edi_eta: add e-invoicing for egypt localizationakr
2022-05-24[IMP] base: tools: Added json_round to round into json suitable representationakr
2021-12-09[FIX] core; base: lots of docstringsXavier Morel
2021-03-16[FIX] base: tools: float_split_str: avoid traceback when rounding to 0 places...oco-odoo
2020-09-08[FIX] *: typos and english incoherencesVictor Feyens
2019-08-19[MERGE] forward port branch 12.0 up to 32039b2ab44Christophe Simonis
2019-08-07[FIX] tools: epsilon magnitudeNicolas Martinelli
2019-02-13[IMP] tools: float_utils, precision rounding must be positiveJorge Pinna Puissant
2018-11-29[REM] pycompat: remove python 2 shims and helpersAdrian Torres
2018-11-29[REF] *: replace deprecated pycompat helpers for builtinsAdrian Torres
2018-02-01[MERGE] forward port branch 11.0 up to f5e7b866860Christophe Simonis
2018-01-29[FIX] tools: float_round DOWNNicolas Martinelli
2017-10-25[IMP] tools: basic spelling and grammar correctionsAndrew Latham
2017-09-01[ADD] account: add cash rounding managmentLaurent Smet
2017-08-24[FIX] *: leftover invalid uses of `pycompat`Christophe Simonis
2017-08-24[MERGE] forward port branch saas-17 up to 877e7098719Christophe Simonis
2017-08-23[FIX] core: define float_utils.round also in python2Christophe Simonis
2017-08-19[FIX] P3: round() compatibility shimXavier Morel
2017-07-18[FIX] P3: round() compatibility shimXavier Morel
2017-05-18[FIX] Always round monetary values in database (#17010)Raphael Collet
2017-05-10[FIX] P3: list -> iterable builtins (#16811)xmo-odoo
2017-04-27[FIX] builtins removed from Python 3xmo-odoo
2017-04-25[FIX] print statement -> functionxmo-odoo
2017-03-03[ADD] tools/float_utils: add float_split() and float_split_str() methods.qdp-odoo
2016-09-02[REF] openerp: move `openerp` to `odoo`Raphael Collet