跳至内容
菜单
此问题已终结
1 回复
316 查看

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


形象
丢弃