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

I am trying to modify "sale.order.form" view.

Specifically I want to setup an "on_change" event when "purchase_price" field is modified.

Despite I find all other fields in "sale.order.form" view, I can't find in whch view "purchase_price" is located.

Any tip on how to look for it or any direct answer to know where such field is located?

Avatar
Abbandona
Risposta migliore

you can look for the "purchase_price" field in the "sale_margin" module.

Avatar
Abbandona
Risposta migliore

First go upto the path (using cd command) where you have kept Odoo code. Then use following command from terminal to find in all xml files:

grep -nr "purchase_price" --include=*.xml

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
0
feb 16
5154
2
ott 16
8971
2
lug 15
6362
2
apr 25
1217
1
nov 24
2080