Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
4514 มุมมอง

Hello everyone !

In Odoo 10 is there a way to increase the number of decimals for the volume in a product form ? By default the decimals is set to 2 and I need to set it to 4 digits.


Thanks a lot!

Michael

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

In my view, you should be able to do this by navigating to Settings >> Technical >> Decimal Accuracy (Database Structure) and from there you should be able to set the Usage and Digits.

Otherwise, set the field you want technically :

your_field = fields.Float(digits=(16, 4))
อวตาร
ละทิ้ง
ผู้เขียน คำตอบที่ดีที่สุด

Thanks for your reply Miracle the technical solution works for me.

อวตาร
ละทิ้ง