Skip to Content
Menu
This question has been flagged
2 Replies
2019 Views

I'm trying to remove stop displaying decimals on products

Currently display  $2,300.00, I need to display $2,300

Thank you for your help and time

Avatar
Discard
Author Best Answer

Thank you for your response. Can you please help me more? I'm new to odoo, were is this done? 

Avatar
Discard
Best Answer

Hello Lunela,

It will simply work with round (Python function)

Example: 

<b class="oe_price" style="white-space: nowrap;" t-esc="round(product.website_price)" /> 


If your price will contain "t-options="{'widget': 'monetary', 'display_currency': website.currency_id}"" then you have to remove this and apply currency manually for that price otherwise out of box it will must take decimal precision.


Regards,




Email:   odoo@aktivsoftware.com

Skype: kalpeshmaheshwari

   

Avatar
Discard