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,
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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,
you can use round function llike this
amount = currency_obj.round(cr, uid, currency, amount)
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
Daftar
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
you can use round function