Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
4663 Visninger

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
Kassér

you can use round function

Bedste svar

you can use round function llike this

amount = currency_obj.round(cr, uid, currency, amount)
Avatar
Kassér