Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda

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
Buang
Jawaban Terbai

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

Avatar
Buang
Jawaban Terbai

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
Buang
Post Terkait Replies Tampilan Aktivitas
0
Feb 16
4900
2
Okt 16
8738
2
Jul 15
6173
2
Apr 25
1099
1
Nov 24
1842