Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
4646 Vues

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
Ignorer

you can use round function

Meilleure réponse

you can use round function llike this

amount = currency_obj.round(cr, uid, currency, amount)
Avatar
Ignorer