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)
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
Aanmelden
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
you can use round function