跳至内容
菜单
此问题已终结

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
4725
1
9月 23
3009
2
7月 17
7270
3
7月 25
5573
14
3月 22
49245