I have seen similar questions in the past, but with Odoo 17, it seems to be a bit different than before.
We would like to round all sale orders and invoices etc. to a precision of 0.05
. An amount of 123.32
should be rounded to 123.30
.
It used to be possible to change the currency decimal precision to 0.05
, but I am not sure if this is the best way to do so. It's impossible to change as well, since we have existing records in the DB.
Is there a way to enable the cash rounding
method to be applied automatically on every sale order? I managed to get it working for invoices, but the quotations should show the same amount.
What is the best way to do so?
We are based in Switzerland where it's common practice to round to CHF 0.05
.