Skip to Content
Menu
This question has been flagged

Hello,

for better usability of Odoo i need to show the zero in fields floats in one2many,

anybody knows how to do?

Thanks

Avatar
Discard
Best Answer


if If you work with odoo v8, you should define in your file .py the field like this:

'credit_service': fields.float( 'Credit', help='Service Credit',readonly=True, digits=(16,3)),

-Download Decimal Precision Configuration Module and you will find in Settings/technical/Databse Structure/Decimal  Accurancy so define your object.

Avatar
Discard
Related Posts Replies Views Activity
0
Jul 22
3756
1
May 21
4807
1
Oct 19
5076
4
Sep 18
4998
4
Mar 15
10412