This question has been flagged
3 Replies
2374 Views

HI 

we want to increase decimal for the tax to 3 digits rather than two


anyone can help?

Avatar
Discard

Odoo version?

Do you want to update existing Odoo base field or your custom field?

And what is type of that field?

Author Best Answer

Odoo version 12 Enterprise 

Avatar
Discard
Best Answer

use digits = (12,3) in your fields to increase  decimal point

value = fields.Float('Values', digits = (12,3) )


Avatar
Discard