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)
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng ký
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
you can use round function