Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
4634 Vizualizări

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,

Imagine profil
Abandonează

you can use round function

Cel mai bun răspuns

you can use round function llike this

amount = currency_obj.round(cr, uid, currency, amount)
Imagine profil
Abandonează