Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
4633 Tampilan

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
Buang

you can use round function

Jawaban Terbai

you can use round function llike this

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