Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata

I am trying to calculate the value of margin for every sale order line.

I can see that purchase_price is part of database as a regular column in sale_order_line.

But when I read sale.py code I can see that it is not part of sale_order_line class.

I can't either use the value in on_change attributes, everytime I change the value of purchase_price in the form and try to submit it to backend server the previous value is used.

Anyway if I modify and store the value is properly recorded in database. Could someone help me to understand how this works?

Thanks,

Avatar
Abbandona

Odoo uses module mechanism. So if you don't install purchase, you don't have purchase_price in sale model. So if you want use this field, your module need to depend of purchase ! If you search the declaration, it is in sale_margin. Module sale_margin do what you are looking for ... I think... :)

Post correlati Risposte Visualizzazioni Attività
2
lug 15
6309
2
giu 15
4132
1
lug 16
6690
2
ott 16
8916
2
ago 16
11482