Skip to Content
Menu
This question has been flagged

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

Avatar
Discard
Best Answer

Hi,

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

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


Avatar
Discard
Related Posts Replies Views Activity
0
Mar 15
4723
1
Sep 23
3008
2
Jul 17
7268
3
Jul 25
5565
14
Mar 22
49242