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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
Thank you for your response. Can you please help me more? I'm new to odoo, were is this done?
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
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up