How can we format values on Qweb reports to only drop the trailing 0's after the decimal poing in Qweb v8 reports? Such that 1.0000 would display as 1, 1.5000 would display as 1.5, and 1.5250 would display as 1.525?
Can it be a modification to formatLang(<<your value>>,digits=0)
I want my quantities in Quotes/Sales Orders/Invoice reports to appear like this https://www.purekarting.com/odoo/lightspeedinvoice.pdf instead of how they are currently like this https://www.purekarting.com/odoo/sale.report_saleorder.pdf