Skip to Content
Menu
This question has been flagged
1830 Views

I have a table which has the field defined as (Odoo 10),

total_amount= fields.Float('Total Amount', digits=(16, 4))

It stores amount eg. 5.0000

but when I read from orm method it trailing the zero ie.

self.env['...'].search([])[0].total_amount
it gives 5.0

I want to read as it is ie. 5.0000
Any idea how I can do that, I don't want to format it to every place while reading the value.

Avatar
Discard
Related Posts Replies Views Activity
1
Nov 24
18017
1
Sep 23
1200
3
May 23
4088
7
Apr 23
47087
1
Dec 22
6432