Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
4637 Widoki

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,

Awatar
Odrzuć

you can use round function

Najlepsza odpowiedź

you can use round function llike this

amount = currency_obj.round(cr, uid, currency, amount)
Awatar
Odrzuć