Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
4658 Visualizzazioni

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
Abbandona

you can use round function

Risposta migliore

you can use round function llike this

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