Odoo:POS rounding for cents.


By default Odoo POS calculate the total price according to the actual price of each product.
Whether the price have 1 cent in the end or any cent, odoo make it appear exactly as it is. No rounding up or no rounding down.

As we are concern, many countries had applied and used the rounding up and rounding down to the nearest cents.
In Malaysia, we round it up and down to nearest 5 cent. No more RM 1.23 but RM 1.25 and RM 1.99 to be RM 2.00.

From BNM

The Rounding Mechanism only applies to the total amount of a bill and not on individual items. In the Rounding Mechanism exercise, the total amount of a bill which ends in 1, 2, 6 and 7 sen will be rounded down while the total bill which ends in 3, 4, 8 and 9 sen will be rounded up to the nearest multiple of 5 sen. 

So, our Odoo POS must be upgrade too.

Now we, will install pos_rounding module. If you don't know how to install module, please refer to odoo: How to install apps (free and commercial).

Firstly , we must find the module. After several times searching on the odoo Apps website, I only find pos_rounding module for version 8 but I want for version 9.

Luckily, after googling I found github of a guys. May be this guy was Malaysian. Credit to him/her.

Download it and then extract it. If you don't know how to install module, please refer to odoo: How to install apps (free and commercial).


Tadaa done.

Previous
Next Post »

1 comments:

Write comments
Unknown
AUTHOR
January 19, 2020 at 7:29 PM delete

https://github.com/Aravinthu/Odoo-9 is not longer available. Where can I find the code for this? Thank you.

Reply
avatar