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)
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
Registrieren
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
you can use round function