Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
332 Vizualizări

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

Imagine profil
Abandonează
Cel mai bun răspuns

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


Imagine profil
Abandonează