Hello, please help me i'm in server action. I'm executing python code that update de value of field Total but no result. Here is my code
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
312
Görünümler
hello,
Tying this Python code
for record in self:
total_value = record.product_qty * record.price_unit * record.x_studio_carat_ct
record.write({'price_total': total_value})
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