Under a quotation template view, we have a field called Quantity which is rounded off to 2 places. I would like to change this to 3 decimal places. We cannot modify this using the decimal accuracy for the product unit of measure.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- Müşteri İlişkileri Yönetimi
- e-Commerce
- Muhasebe
- Envanter
- PoS
- Project
- MRP
Bu soru işaretlendi
1
Cevapla
2313
Görünümler
Under sale.order.template.form view, create an inherited view using the xpath for the definition of the field product_uom_qty and add this to it: digits ="[{total nunmber of allow digits},{rounding precision}]"
Although doing that in view is just visual limitation, it does not limit it on backend.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Ol