Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
4638 Zobrazení

Hi,

    In OpenERP7.0 , total of sale order amount is not a rounded figure.  My requirement i want sale order amount to be rounded figure.  How to change this?

Thanks,

Avatar
Zrušit

you can use round function

Nejlepší odpověď

you can use round function llike this

amount = currency_obj.round(cr, uid, currency, amount)
Avatar
Zrušit