コンテンツへスキップ
メニュー
この質問にフラグが付けられました

hello,

by default on odoo 8, product description in purchase order line is product name + supplier product code or internal reference (if supplier 's not set).

i have added 2 custom field in the product form and i would like to show them with product name instead of this code. what function should i change? and how?

thanks


thanks

アバター
破棄
最善の回答

Hi,

Check for onchange function of product_id in purchase.order.line

@api.onchange('product_id')
def onchange_product_id(self):


アバター
破棄
関連投稿 返信 ビュー 活動
0
3月 15
4722
1
9月 23
3005
2
7月 17
7267
3
7月 25
5563
14
3月 22
49240