Could someone guide me on how to round up product price to the nearest tenth in Odoo v12 community Point of Sales.
For instance, if a computed price is 234 i want it to round up to 240.
I did enabled pricelist computation based on formula. I set 10 on Rounding Method for all products. After setting the rounding, on loading point of sales session i usually gets black screen without displaying the products.
When i checked further i noticed this error message. ReferenceError: round_pr is not defined.
If i remove the set value in rounding method all products load fine.
Could this be a bug?
I need help.