Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
4331 Переглядів

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):


Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
0
бер. 15
4729
1
вер. 23
3018
2
лип. 17
7273
3
лип. 25
5587
14
бер. 22
49256