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

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

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

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})


อวตาร
ละทิ้ง