İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
4636 Görünümler

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
Vazgeç

you can use round function

En İyi Yanıt

you can use round function llike this

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