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)
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
you can use round function